Uses of Interface
gw.lang.parser.IExpressionRuntime
-
Packages that use IExpressionRuntime Package Description gw.internal.gosu.parser.expressions gw.internal.gosu.parser.optimizer gw.lang.parser gw.lang.parser.expressions -
-
Uses of IExpressionRuntime in gw.internal.gosu.parser.expressions
Fields in gw.internal.gosu.parser.expressions declared as IExpressionRuntime Modifier and Type Field Description private IExpressionRuntimeBeanMethodCallExpression. _expressionRuntimeprivate IExpressionRuntimeMemberAccess. _expressionRuntimeMethods in gw.internal.gosu.parser.expressions that return IExpressionRuntime Modifier and Type Method Description IExpressionRuntimeBeanMethodCallExpression. getExpressionRuntime()IExpressionRuntimeMemberAccess. getExpressionRuntime()Methods in gw.internal.gosu.parser.expressions with parameters of type IExpressionRuntime Modifier and Type Method Description voidBeanMethodCallExpression. setExpressionRuntime(IExpressionRuntime expressionRuntime)voidMemberAccess. setExpressionRuntime(IExpressionRuntime expressionRuntime) -
Uses of IExpressionRuntime in gw.internal.gosu.parser.optimizer
Classes in gw.internal.gosu.parser.optimizer that implement IExpressionRuntime Modifier and Type Class Description classSinglePropertyMemberAccessRuntimeNote this class really isn't an "expression runtime", it's real purpose is to determine whether or not the corresponding member-access is in the lhs of an assignment. -
Uses of IExpressionRuntime in gw.lang.parser
Subinterfaces of IExpressionRuntime in gw.lang.parser Modifier and Type Interface Description interfaceICustomExpressionRuntime -
Uses of IExpressionRuntime in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return IExpressionRuntime Modifier and Type Method Description IExpressionRuntimeIMemberAccessExpression. getExpressionRuntime()Methods in gw.lang.parser.expressions with parameters of type IExpressionRuntime Modifier and Type Method Description voidIMemberAccessExpression. setExpressionRuntime(IExpressionRuntime expressionRuntime)
-