| Modifier and Type | Class and Description |
|---|---|
class |
IndirectVariable |
| Modifier and Type | Method and Description |
|---|---|
Variable |
Variable.clone() |
Variable |
VariableNamePart.getVariable() |
Variable |
DetachedRulesetReference.getVariable() |
Variable |
AbstractVariableDeclaration.getVariable() |
| Modifier and Type | Method and Description |
|---|---|
Expression |
MixinReference.getNamedParameter(Variable variable) |
boolean |
MixinReference.hasNamedParameter(Variable variable) |
void |
VariableNamePart.setVariable(Variable variable) |
void |
DetachedRulesetReference.setVariable(Variable variable) |
void |
AbstractVariableDeclaration.setVariable(Variable variable) |
| Constructor and Description |
|---|
AbstractVariableDeclaration(HiddenTokenAwareTree underlyingStructure,
Variable variable,
Expression value) |
ArgumentDeclaration(HiddenTokenAwareTree underlyingStructure,
Variable variable,
Expression value) |
ArgumentDeclaration(HiddenTokenAwareTree underlyingStructure,
Variable variable,
Expression value,
boolean isCollector) |
ArgumentDeclaration(Variable variable,
Expression value) |
DetachedRulesetReference(HiddenTokenAwareTree token,
Variable variable) |
VariableDeclaration(HiddenTokenAwareTree underlyingStructure,
Variable variable,
Expression value) |
VariableNamePart(HiddenTokenAwareTree underlyingStructure,
Variable variable) |
| Modifier and Type | Method and Description |
|---|---|
List<Variable> |
VariableCycleDetector.getCycleFor(Variable input) |
| Modifier and Type | Method and Description |
|---|---|
void |
VariableCycleDetector.enteringVariableValue(Variable input) |
Expression |
ExpressionEvaluator.evaluate(Variable input) |
Expression |
ExpressionEvaluator.evaluateIfPresent(Variable input) |
List<Variable> |
VariableCycleDetector.getCycleFor(Variable input) |
boolean |
VariableCycleDetector.wouldCycle(Variable input) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
IScope.getLocalValue(Variable variable) |
Expression |
ComposedDumbScope.getLocalValue(Variable variable) |
Expression |
NullScope.getValue(Variable variable) |
Expression |
IScope.getValue(Variable variable) |
Expression |
ILocalScope.getValue(Variable variable) |
Expression |
BasicScope.getValue(Variable variable) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
SaveableLocalScope.getValue(Variable variable) |
Expression |
LocalScope.getValue(Variable variable) |
| Modifier and Type | Method and Description |
|---|---|
Variable |
TermBuilder.buildFromVariable(HiddenTokenAwareTree variableToken) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemsHandler.undefinedVariable(Variable variable) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemsHandler.variablesCycle(List<Variable> cycle) |
| Modifier and Type | Method and Description |
|---|---|
String |
LessPrinter.toVariablesString(List<Variable> cycle) |
Copyright © 2012-2015. All Rights Reserved.