Uses of Interface
gw.lang.parser.IExpression
-
-
Uses of IExpression in editor
Methods in editor that return IExpression Modifier and Type Method Description (package private) IExpressionGosuEditor. getExpressionAtCaret()(package private) IExpressionGosuEditor. getExpressionAtPos(int iPos)IExpressionGosuEditor. getExpressionContainingCharacterBeforeCaret()Methods in editor with parameters of type IExpression Modifier and Type Method Description static ITypeParseExceptionResolver. resolvePossibleContextTypesFromEmptyMethodCalls(IExpression expression, javax.swing.text.JTextComponent editor) -
Uses of IExpression in gw.internal.gosu.ir.transform
Fields in gw.internal.gosu.ir.transform declared as IExpression Modifier and Type Field Description private IExpressionExpressionTransformer. _exprFields in gw.internal.gosu.ir.transform with type parameters of type IExpression Modifier and Type Field Description private static java.util.Map<IExpression,IRSymbol>ExpressionTransformer. _tempSymbolsForCompoundAssignmentMethods in gw.internal.gosu.ir.transform that return IExpression Modifier and Type Method Description private IExpressionGosuFragmentTransformer. maybeUnwrap(IExpression expression)Methods in gw.internal.gosu.ir.transform with parameters of type IExpression Modifier and Type Method Description static voidExpressionTransformer. addTempSymbolForCompoundAssignment(IExpression e, IRSymbol s)protected voidAbstractElementTransformer. assignStructuralTypeOwner(IExpression rootExpr, IRExpression irMethodCall)static IRExpressionExpressionTransformer. compile(IExpression expr, TopLevelTransformationContext cc)static java.util.List<IRStatement>ExpressionTransformer. compileInitializer(IExpression expr, TopLevelTransformationContext cc, IRExpression root)private IExpressionGosuFragmentTransformer. maybeUnwrap(IExpression expression)protected IRExpressionAbstractElementTransformer. pushArrayOfDefValueExpr(IExpression[] array)protected IRExpressionAbstractElementTransformer. pushString(IExpression expr)protected intAbstractElementTransformer. pushTypeParametersForConstructor(IExpression expr, IType type, java.util.List<IRExpression> args, boolean bSuperCall, boolean genericJavaInterop)Constructors in gw.internal.gosu.ir.transform with parameters of type IExpression Constructor Description ExpressionTransformer(IExpression expr, TopLevelTransformationContext cc) -
Uses of IExpression in gw.internal.gosu.ir.transform.expression
Classes in gw.internal.gosu.ir.transform.expression with type parameters of type IExpression Modifier and Type Class Description classAbstractExpressionTransformer<T extends IExpression>classEvalBasedTransformer<T extends IExpression>Methods in gw.internal.gosu.ir.transform.expression with parameters of type IExpression Modifier and Type Method Description private voidAbstractExpressionTransformer. _pushArguments(IRMethod irMethod, IExpression[] args, java.util.List<IRExpression> irArgs, boolean bCast)private IRExpressionMemberAccessTransformer. buildAccessExpression(IExpression rootExpr, IType rootType, IPropertyInfo pi, IRProperty irProperty, IRExpression root)private IRExpressionBeanMethodCallExpressionTransformer. callInstanceMethod(IExpression rootExpr, IRMethodFromMethodInfo irMethod, int[] namedArgOrder)private IRExpressionBeanMethodCallExpressionTransformer. callStaticMethod(IExpression rootExpr, IRMethodFromMethodInfo irMethod, int[] namedArgOrder)private IRExpressionMemberAccessTransformer. handleInstanceMemberAccess(IExpression rootExpr, IType rootType, IPropertyInfo pi, IRProperty irProperty)private IRExpressionMemberAccessTransformer. handleStaticMemberAccess(IExpression rootExpr, IType rootType, IPropertyInfo pi, IRProperty irProperty)private booleanBeanMethodCallExpressionTransformer. isSuperCall(IExpression rootExpr)private booleanMemberAccessTransformer. isSuperCall(IExpression rootExpr)private IRExpressionMemberAccessTransformer. maybeEvalRoot(IExpression rootExpr, IRExpression result)private voidNewExpressionTransformer. pushArgumentsDirectly(IExpression[] args, java.util.List<IRExpression> irArgs)protected voidAbstractExpressionTransformer. pushArgumentsNoCasting(IRMethod irMethod, IExpression[] args, java.util.List<IRExpression> irArgs)protected voidAbstractExpressionTransformer. pushArgumentsWithCasting(IRMethod irMethod, IExpression[] args, java.util.List<IRExpression> irArgs)private IRExpressionBeanMethodCallExpressionTransformer. pushRootExpression(IRMethod irMethod, IExpression rootExpr)private IRExpressionMemberAccessTransformer. pushRootExpression(IType rootType, IExpression rootExpr, IRProperty pi) -
Uses of IExpression in gw.internal.gosu.ir.transform.statement
Methods in gw.internal.gosu.ir.transform.statement with parameters of type IExpression Modifier and Type Method Description private booleanMemberAssignmentStatementTransformer. isSuperCall(IExpression rootExpr)private IRExpressionMemberAssignmentStatementTransformer. pushRootExpression(IType rootType, IExpression rootExpr, IRProperty pi) -
Uses of IExpression in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IExpression Modifier and Type Class Description classDefaultParamValueLiteralclassExpressionThe root class for all Expressions represented in a parse tree as specified in the Gosu grammar.classParenthesizedExpressionFields in gw.internal.gosu.parser declared as IExpression Modifier and Type Field Description private IExpressionDynamicFunctionSymbol. _annotationDefaultprivate IExpressionSymbol. _defaultValueprivate IExpressionReducedSymbol. _defValueMethods in gw.internal.gosu.parser with parameters of type IExpression Modifier and Type Method Description ISymbolGosuIndustrialParkImpl. createDynamicFunctionSymbol(ISymbolTable symbolTable, java.lang.String strMemberName, IFunctionType functionType, java.util.List<ISymbol> params, IExpression value)private java.lang.ObjectGosuAnnotationInfo. evaluate(IExpression expr)IConstructorTypeErrorType. getErrorTypeConstructorType(IExpression[] eArgs, java.util.List listAllMatchingMethods)IFunctionTypeErrorType. getErrorTypeFunctionType(IExpression[] eArgs, java.lang.String strMethod, java.util.List listAllMatchingMethods)private booleanGosuParser. isConditional(IExpression expression)private voidGosuParser. maybeVerifyDoubleLiteral(IExpression oneSide, IExpression otherSide)voidDynamicFunctionSymbol. setAnnotationDefault(IExpression annotationDefault)voidMemberFieldSymbol. setDefaultValueExpression(IExpression defaultValue)voidSymbol. setDefaultValueExpression(IExpression defaultValue)Method parameters in gw.internal.gosu.parser with type arguments of type IExpression Modifier and Type Method Description private booleanGosuParser. allTypeLiterals(java.util.List<IExpression> args)private java.util.List<IType>GosuParser. evalTypes(java.util.List<IExpression> arguments)private java.util.List<IType>GosuParser. getTypes(java.util.List<? extends IExpression> list)private IInvocableTypeGosuParser. inferFunction(IInvocableType funcType, java.util.List<? extends IExpression> eArgs, boolean bUseCtx, TypeVarToTypeMap inferenceMap)private IInvocableTypeGosuParser. inferFunctionType(IInvocableType funcType, java.util.List<? extends IExpression> eArgs, boolean bUseCtx, TypeVarToTypeMap inferenceMap)Constructors in gw.internal.gosu.parser with parameters of type IExpression Constructor Description DynamicFunctionSymbol(ISymbolTable symTable, java.lang.CharSequence strName, IFunctionType type, java.util.List<ISymbol> args, IExpression value)Constructs a DynamicFunctionSymbol for use with an IGosuParser's ISymbolTable.SyntheticSymbol(IReducedSymbol reducedSym, java.lang.String name, IType type, IExpression defaultValue) -
Uses of IExpression in gw.internal.gosu.parser.expressions
Classes in gw.internal.gosu.parser.expressions that implement IExpression Modifier and Type Class Description classAdditiveExpressionRepresents an additive expression in the Gosu grammar:classAnnotationExpressionclassAnnotationUseSiteTargetClauseclassArgumentListClauseclassArithmeticExpressionThe base class for arithmetic expressions with binary operators e.g., + - * / %.classArrayAccessRepresents a member access expression in the Gosu grammar:classBadInitializerExpressionclassBeanMethodCallExpressionAn expression representing a bean method call:classBinaryExpressionclassBindingExpressionclassBitshiftExpressionRepresents a bitshift expression in the Gosu grammar:classBitwiseAndExpressionRepresents a bitwise OR expression in the Gosu grammar:classBitwiseOrExpressionRepresents a bitwise OR expression in the Gosu grammar:classBitwiseXorExpressionRepresents a bitwise OR expression in the Gosu grammar:classBlockExpressionA block expression, representing an anonymous function/closureclassBlockInvocationGosu block invocation expression.classBlockLiteralRepresents a Block literal expression as defined in the Gosu grammar.classBooleanLiteralA literal expression for Boolean values.classCharLiteralRepresents a String literal expression as defined in the Gosu grammar.classClassDeclarationclassCollectionInitializerExpressionclassCompoundTypeLiteralclassConditionalAndExpressionRepresents a conditional AND expression in the Gosu grammar:classConditionalExpressionThe base class for conditional expressions with logical operators e.g., && || ==.classConditionalOrExpressionRepresents a conditional OR expression in the Gosu grammar:classConditionalTernaryExpressionConditional Ternary Expression as specified in the Gosu.classDefaultArgLiteralThe root (marker) class for all Literal expressions.classDirectiveExpressionclassEqualityExpressionRepresents an equality expression in the Gosu grammar:classEvalExpressionThe 'eval' operator as an expression:classFeatureLiteralRepresents a feature literal expression as defined in the Gosu grammar.classIdentifierGosu identifier expression.classIdentityExpressionRepresents an identity expression in the Gosu grammar:classImplicitTypeAsExpressionAn empty subtype of TypeAsExpression to indicate that this is an implicitly done coercionclassInferredNewExpressionclassInferredTypeLiteralclassInterfacesClauseclassInterfaceTypeLiteralclassIntervalExpressionRepresents an interval expression in the Gosu grammar:classLiteralThe root (marker) class for all Literal expressions.classLocalVarDeclarationclassMapAccessclassMapInitializerExpressionclassMemberAccessRepresents a member access expression in the Gosu grammar:classMemberExpansionAccessRepresents a member expansion access expression in the Gosu grammar:classMethodCallExpressionclassModifierListClauseclassMultiplicativeExpressionRepresents a multiplicative expression in the Gosu grammar:classNameInDeclarationclassNewExpressionThe 'new' operator as an expression:classNotAWordExpressionclassNullExpressionAn expression representing a 'null' expression i.e., the null keyword.classNumericLiteralAn expression representing number literals as defined in the Gosu grammar.classObjectInitializerExpressionclassParameterDeclarationclassParameterListClauseclassProgramAn expression representing a Program:classPropertyAccessIdentifierclassPropertyAsMethodCallIdentifierFor backward compatibility when we exposed both properties and methods on java getters.classRelationalExpressionRepresents a relational expression in the Gosu grammar:classStaticTypeOfExpressionRepresents a StaticTypeOf expression as defined in the Gosu grammar.classStringLiteralRepresents a String literal expression as defined in the Gosu grammar.classSuperAccesssuper'['']' where must be a type from the class's declared super or interfaces classSuperTypeClauseclassSynthesizedMemberAccessclassTemplateStringLiteralclassTypeAsExpressionRepresents a typeas expression in the Gosu grammar:classTypeIsExpressionRepresents a typeis expression in the Gosu grammar:classTypeLiteralRepresents a Type literal expression as defined in the Gosu grammar.classTypeOfExpressionRepresents a TypeOf expression as defined in the Gosu grammar.classTypeParameterListClauseclassTypeVariableDefinitionclassTypeVariableExtendsListClauseclassTypeVariableListClauseclassUnaryExpressionRepresents a unary expression as defined in the Gosu grammar.classUnaryNotPlusMinusExpressionRepresents a unary-not-plus-minus expression as defined in the Gosu grammar.classUnqualifiedEnumMemberAccessFields in gw.internal.gosu.parser.expressions declared as IExpression Modifier and Type Field Description private IExpression[]BlockType. _defValuesprivate IExpressionDefaultArgLiteral. _exprprivate IExpressionBlockInvocation. _rootprivate IExpressionFeatureLiteral. _rootFields in gw.internal.gosu.parser.expressions with type parameters of type IExpression Modifier and Type Field Description private java.util.List<IExpression>BlockInvocation. _argsprivate java.util.List<IExpression>FeatureLiteral. _boundArgsprivate java.util.ArrayList<IExpression>BlockLiteral. _defValuesprivate java.util.ArrayList<IExpression>MapInitializerExpression. _keysprivate java.util.ArrayList<IExpression>CollectionInitializerExpression. _valuesprivate java.util.ArrayList<IExpression>MapInitializerExpression. _valuesMethods in gw.internal.gosu.parser.expressions that return IExpression Modifier and Type Method Description IExpression[]BlockType. getDefaultValueExpressions()IExpressionDefaultArgLiteral. getExpression()IExpressionFeatureLiteral. getFinalRoot()IExpressionBlockInvocation. getRoot()IExpressionFeatureLiteral. getRoot()Methods in gw.internal.gosu.parser.expressions that return types with arguments of type IExpression Modifier and Type Method Description java.util.List<IExpression>BlockInvocation. getArgs()java.util.List<IExpression>FeatureLiteral. getBoundArgs()java.util.List<IExpression>MapInitializerExpression. getKeys()java.util.List<IExpression>CollectionInitializerExpression. getValues()java.util.List<IExpression>MapInitializerExpression. getValues()Methods in gw.internal.gosu.parser.expressions with parameters of type IExpression Modifier and Type Method Description static ITypeArrayAccess. getTypeToAutoInsert(IExpression rootExpression)Method parameters in gw.internal.gosu.parser.expressions with type arguments of type IExpression Modifier and Type Method Description voidBlockInvocation. setArgs(java.util.List<IExpression> args)voidBlockLiteral. setDefValueExpressions(java.util.ArrayList<IExpression> defValues)voidFeatureLiteral. setFeature(IHasParameterInfos feature, java.util.List<IExpression> arguments)Constructors in gw.internal.gosu.parser.expressions with parameters of type IExpression Constructor Description BlockInvocation(IExpression root)BlockType(IType returnType, IType[] iIntrinsicTypes, java.lang.String[] argNames, IExpression[] defValues)DefaultArgLiteral(IType type, IExpression expr) -
Uses of IExpression in gw.internal.gosu.parser.fragments
Fields in gw.internal.gosu.parser.fragments declared as IExpression Modifier and Type Field Description private IExpressionGosuFragment. _expressionDeprecated.Methods in gw.internal.gosu.parser.fragments that return IExpression Modifier and Type Method Description IExpressionGosuFragment. getExpression()Deprecated.Methods in gw.internal.gosu.parser.fragments with parameters of type IExpression Modifier and Type Method Description voidGosuFragment. setExpression(IExpression expression)Deprecated. -
Uses of IExpression in gw.internal.gosu.parser.java.classinfo
Methods in gw.internal.gosu.parser.java.classinfo that return IExpression Modifier and Type Method Description static IExpressionCompileTimeExpressionParser. parse(java.lang.String text, IJavaClassInfo enclosingType, IType resultType) -
Uses of IExpression in gw.internal.gosu.parser.statements
Classes in gw.internal.gosu.parser.statements that implement IExpression Modifier and Type Class Description classCaseClauseFields in gw.internal.gosu.parser.statements declared as IExpression Modifier and Type Field Description private IExpressionAssertStatement. _conditionprivate IExpressionAssertStatement. _detailMethods in gw.internal.gosu.parser.statements that return IExpression Modifier and Type Method Description IExpression[]MethodCallStatement. getArgs()IExpression[]NewStatement. getArgs()IExpressionAssertStatement. getCondition()IExpressionAssertStatement. getDetail()IExpressionForEachStatement. getExpression()Methods in gw.internal.gosu.parser.statements with parameters of type IExpression Modifier and Type Method Description voidAssertStatement. setCondition(IExpression condition)voidAssertStatement. setDetail(IExpression detail)voidNotAStatement. setExpression(IExpression expr)voidUsingStatement. setExpression(IExpression expression) -
Uses of IExpression in gw.internal.gosu.parser.types
Methods in gw.internal.gosu.parser.types that return IExpression Modifier and Type Method Description IExpression[]ConstructorType. getDefaultValueExpressions() -
Uses of IExpression in gw.lang
Methods in gw.lang with parameters of type IExpression Modifier and Type Method Description static ISymbolGosuShop. createDynamicFunctionSymbol(ISymbolTable symbolTable, java.lang.String strMemberName, IFunctionType functionType, java.util.List<ISymbol> params, IExpression expression)ISymbolIGosuShop. createDynamicFunctionSymbol(ISymbolTable symbolTable, java.lang.String strMemberName, IFunctionType functionType, java.util.List<ISymbol> params, IExpression value) -
Uses of IExpression in gw.lang.parser
Fields in gw.lang.parser declared as IExpression Modifier and Type Field Description private IExpressionParseResult. _exprstatic IExpression[]IExpression. EMPTY_ARRAYMethods in gw.lang.parser that return IExpression Modifier and Type Method Description IExpression[]IHasArguments. getArgs()IExpressionDefaultReducedSymbol. getDefaultValueExpression()IExpressionIReducedSymbol. getDefaultValueExpression()IExpressionISymbol. getDefaultValueExpression()The symbol's default value e.g., a default parameter value for a function.IExpressionIParseResult. getExpression()IExpressionParseResult. getExpression()IExpressionIParseResult. getRawExpression()IExpressionParseResult. getRawExpression()IExpressionIGosuParser. parseExp(IScriptPartId partId)Parses a Gosu expression.IExpressionIGosuParser. parseExp(IScriptPartId partId, IType expectedExpressionType)Parses a Gosu expression.IExpressionIGosuParser. parseExp(IScriptPartId partId, IType expectedExpressionType, IFileContext context, boolean assignRuntime)Parses a Gosu expression.IExpressionIGosuParser. parseExpOrProgram(IScriptPartId partId)Parses a Gosu expression.IExpressionIGosuParser. parseExpOrProgram(IScriptPartId partId, boolean isolatedScope, boolean assignRuntime)Parses a Gosu expression.IExpressionIGosuParser. popExpression()Methods in gw.lang.parser with parameters of type IExpression Modifier and Type Method Description voidISymbol. setDefaultValueExpression(IExpression defaultValue)Constructors in gw.lang.parser with parameters of type IExpression Constructor Description ParseResult(IExpression expr) -
Uses of IExpression in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return IExpression Modifier and Type Method Description IExpression[]IBeanMethodCallExpression. getArgs()IExpression[]IMethodCallExpression. getArgs()IExpression[]INewExpression. getArgs()IExpressionIVarStatement. getAsExpression()IExpressionIConditionalTernaryExpression. getCondition()IExpressionIEvalExpression. getExpression()IExpressionIParenthesizedExpression. getExpression()IExpressionIStaticTypeOfExpression. getExpression()IExpressionITypeOfExpression. getExpression()IExpressionIUnaryExpression. getExpression()IExpressionIUnaryNotPlusMinusExpression. getExpression()IExpressionIFeatureLiteralExpression. getFinalRoot()IExpressionIConditionalTernaryExpression. getFirst()IExpressionIMapAccessExpression. getKeyExpression()IExpressionIArithmeticExpression. getLHS()IExpressionIBinaryExpression. getLHS()IExpressionIConditionalExpression. getLHS()IExpressionITypeAsExpression. getLHS()IExpressionITypeIsExpression. getLHS()IExpressionIBindingExpression. getLhsExpr()IExpressionIArrayAccessExpression. getMemberExpression()IExpressionIFieldAccessExpression. getMemberExpression()IExpressionITypeLiteralExpression. getPackageExpression()IExpressionIInitializerAssignment. getRhs()IExpressionIArithmeticExpression. getRHS()IExpressionIBinaryExpression. getRHS()IExpressionIConditionalExpression. getRHS()IExpressionIBindingExpression. getRhsExpr()IExpressionIArrayAccessExpression. getRootExpression()IExpressionIMapAccessExpression. getRootExpression()IExpressionIMemberAccessExpression. getRootExpression()IExpressionIConditionalTernaryExpression. getSecond()Methods in gw.lang.parser.expressions that return types with arguments of type IExpression Modifier and Type Method Description java.util.List<IExpression>IFeatureLiteralExpression. getBoundArgs()java.util.List<IExpression>IMapInitializerExpression. getKeys()java.util.List<? extends IExpression>INewExpression. getSizeExpressions()java.util.List<? extends IExpression>INewExpression. getValueExpressions()java.util.List<IExpression>ICollectionInitializerExpression. getValues()java.util.List<IExpression>IMapInitializerExpression. getValues() -
Uses of IExpression in gw.lang.parser.statements
Subinterfaces of IExpression in gw.lang.parser.statements Modifier and Type Interface Description interfaceICaseClauseinterfaceIClassDeclarationinterfaceIInterfacesClauseinterfaceISuperTypeClauseinterfaceITypeVariableExtendsListClauseMethods in gw.lang.parser.statements that return IExpression Modifier and Type Method Description IExpressionIAssertStatement. getCondition()IExpressionIAssertStatement. getDetail()IExpressionIArrayAssignmentStatement. getExpression()IExpressionIAssignmentStatement. getExpression()IExpressionICaseClause. getExpression()IExpressionIExpressionStatement. getExpression()IExpressionIIfStatement. getExpression()IExpressionILoopStatement. getExpression()IExpressionIMapAssignmentStatement. getExpression()IExpressionIMemberAssignmentStatement. getExpression()IExpressionINotAStatement. getExpression()IExpressionIThrowStatement. getExpression()IExpressionIUsingStatement. getExpression()IExpressionIForEachStatement. getInExpression()IExpressionIMemberAssignmentStatement. getMemberExpression()IExpressionIMemberAssignmentStatement. getRootExpression()IExpressionISwitchStatement. getSwitchExpression()IExpressionIReturnStatement. getValue() -
Uses of IExpression in gw.lang.reflect
Fields in gw.lang.reflect declared as IExpression Modifier and Type Field Description private IExpressionParameterInfoBuilder. _defValueprivate IExpressionParameterInfoBuilder.BuiltParameterInfo. _defValueFields in gw.lang.reflect with type parameters of type IExpression Modifier and Type Field Description private java.util.List<IExpression>MethodScore. _exprsMethods in gw.lang.reflect that return IExpression Modifier and Type Method Description IExpressionParameterInfoBuilder.BuiltParameterInfo. getDefaultValue()IExpression[]ConstructorInfoBuilder.BuiltConstructorInfo. getDefaultValueExpressions()IExpression[]FunctionType. getDefaultValueExpressions()IExpression[]IInvocableType. getDefaultValueExpressions()IExpression[]IOptionalParamCapable. getDefaultValueExpressions()IExpression[]MethodInfoBuilder.BuiltMethodInfo. getDefaultValueExpressions()IExpression[]MethodInfoDelegate. getDefaultValueExpressions()IExpression[]ParameterizedFunctionType. getDefaultValueExpressions()Methods in gw.lang.reflect that return types with arguments of type IExpression Modifier and Type Method Description java.util.List<IExpression>MethodScore. getArguments()Methods in gw.lang.reflect with parameters of type IExpression Modifier and Type Method Description IConstructorTypeIErrorType. getErrorTypeConstructorType(IExpression[] eArgs, java.util.List listAllMatchingMethods)IFunctionTypeIErrorType. getErrorTypeFunctionType(IExpression[] eArgs, java.lang.String strMethod, java.util.List listAllMatchingMethods)ParameterInfoBuilderParameterInfoBuilder. withDefValue(IExpression value)Method parameters in gw.lang.reflect with type arguments of type IExpression Modifier and Type Method Description voidMethodScore. setArguments(java.util.List<IExpression> argExpressions) -
Uses of IExpression in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return IExpression Modifier and Type Method Description IExpressionIGosuFragment. getExpression()IExpressionIGosuProgram. getExpression()Methods in gw.lang.reflect.gs with parameters of type IExpression Modifier and Type Method Description voidIGosuFragment. setExpression(IExpression expression) -
Uses of IExpression in gw.util
Methods in gw.util that return IExpression Modifier and Type Method Description static IExpressionGosuTestUtil. compileExpression(java.lang.String script)static IExpressionGosuTestUtil. compileExpression(java.lang.String script, boolean bThrowOnWarning)static IExpressionGosuTestUtil. compileExpression(java.lang.String script, ISymbolTable table)static IExpressionGosuTestUtil. compileExpression(java.lang.String script, ISymbolTable table, boolean bThrowOnWarning)static IExpressionGosuTestUtil. compileExpression(java.lang.String script, java.lang.String varName, IType varType)static IExpressionGosuTestUtil. compileExpression(java.lang.String script, java.lang.String varName, IType varType, java.lang.String varName2, IType varType2)
-