Uses of Class
com.aquima.interactions.expressions.semantics.ScopedObjects
Packages that use ScopedObjects
Package
Description
-
Uses of ScopedObjects in com.aquima.interactions.expressions.semantics
Methods in com.aquima.interactions.expressions.semantics with parameters of type ScopedObjectsModifier and TypeMethodDescriptionvoid
ISemanticNode.collectScopedObjects
(ScopedObjects resultSet) This method may be used to collect the names of the objects that need to be in scope in order to evaluate the expression of this node. -
Uses of ScopedObjects in com.aquima.interactions.expressions.semantics.nodes
Methods in com.aquima.interactions.expressions.semantics.nodes with parameters of type ScopedObjectsModifier and TypeMethodDescriptionvoid
AllVariable.collectScopedObjects
(ScopedObjects resultSet) void
Arithmetic.collectScopedObjects
(ScopedObjects resultSet) void
Condition.collectScopedObjects
(ScopedObjects resultSet) void
Constant.collectScopedObjects
(ScopedObjects resultSet) void
Conversion.collectScopedObjects
(ScopedObjects resultSet) void
DimensionChange.collectScopedObjects
(ScopedObjects resultSet) void
ErrorNode.collectScopedObjects
(ScopedObjects resultSet) void
ExpressionList.collectScopedObjects
(ScopedObjects resultSet) void
FieldVariable.collectScopedObjects
(ScopedObjects resultSet) void
FunctionCall.collectScopedObjects
(ScopedObjects resultSet) void
InstanceOf.collectScopedObjects
(ScopedObjects resultSet) void
Inversion.collectScopedObjects
(ScopedObjects resultSet) void
ListArithmetic.collectScopedObjects
(ScopedObjects resultSet) void
ListCondition.collectScopedObjects
(ScopedObjects resultSet) void
LocalVariable.collectScopedObjects
(ScopedObjects resultSet) void
LogicalConnective.collectScopedObjects
(ScopedObjects resultSet) void
NamedVariable.collectScopedObjects
(ScopedObjects resultSet) void
Not.collectScopedObjects
(ScopedObjects resultSet) void
Predicate.collectScopedObjects
(ScopedObjects resultSet) void
Root.collectScopedObjects
(ScopedObjects resultSet) void
Select.collectScopedObjects
(ScopedObjects resultSet) void
TemplateCall.collectScopedObjects
(ScopedObjects resultSet) void
TypeOf.collectScopedObjects
(ScopedObjects resultSet) void
Unknown.collectScopedObjects
(ScopedObjects resultSet) void
Variable.collectScopedObjects
(ScopedObjects resultSet)