Uses of Interface
gw.lang.parser.IExpressionRuntime
Packages that use IExpressionRuntime
Package
Description
-
Uses of IExpressionRuntime in gw.internal.gosu.parser.expressions
Fields in gw.internal.gosu.parser.expressions declared as IExpressionRuntimeModifier and TypeFieldDescriptionprivate IExpressionRuntime
BeanMethodCallExpression._expressionRuntime
private IExpressionRuntime
MemberAccess._expressionRuntime
Methods in gw.internal.gosu.parser.expressions that return IExpressionRuntimeModifier and TypeMethodDescriptionBeanMethodCallExpression.getExpressionRuntime()
MemberAccess.getExpressionRuntime()
Methods in gw.internal.gosu.parser.expressions with parameters of type IExpressionRuntimeModifier and TypeMethodDescriptionvoid
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 IExpressionRuntimeModifier and TypeClassDescriptionclass
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 -
Uses of IExpressionRuntime in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return IExpressionRuntimeMethods in gw.lang.parser.expressions with parameters of type IExpressionRuntimeModifier and TypeMethodDescriptionvoid
IMemberAccessExpression.setExpressionRuntime
(IExpressionRuntime expressionRuntime)