Interface IGosuProgram

    • Method Detail

      • isExpression

        boolean isExpression()
      • isLhsExpression

        boolean isLhsExpression()
      • getEnclosingEvalExpression

        IParsedElement getEnclosingEvalExpression()
      • setEnclosingEvalExpression

        void setEnclosingEvalExpression​(IParsedElement evalExprOrAnyExpr)
      • assign

        void assign​(java.lang.Object value)
      • getReturnType

        IType getReturnType()
      • getExpectedReturnType

        IType getExpectedReturnType()
      • getContextType

        IType getContextType()