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
Methods in gw.internal.gosu.parser.expressions that return IExpressionRuntime Modifier and Type Method Description IExpressionRuntime
BeanMethodCallExpression. getExpressionRuntime()
IExpressionRuntime
MemberAccess. getExpressionRuntime()
Methods in gw.internal.gosu.parser.expressions with parameters of type IExpressionRuntime Modifier and Type Method Description void
BeanMethodCallExpression. setExpressionRuntime(IExpressionRuntime expressionRuntime)
void
MemberAccess. 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 class
SinglePropertyMemberAccessRuntime
Note 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 interface
ICustomExpressionRuntime
-
Uses of IExpressionRuntime in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return IExpressionRuntime Modifier and Type Method Description IExpressionRuntime
IMemberAccessExpression. getExpressionRuntime()
Methods in gw.lang.parser.expressions with parameters of type IExpressionRuntime Modifier and Type Method Description void
IMemberAccessExpression. setExpressionRuntime(IExpressionRuntime expressionRuntime)
-