public abstract class Variable extends AbstractOperation
| Modifier and Type | Field and Description |
|---|---|
protected String |
identifier |
protected boolean |
lookupOnly |
ops, sourceRange| Modifier | Constructor and Description |
|---|---|
protected |
Variable(SourceRange sourceRange,
String identifier,
boolean lookupOnly,
Operation... operations) |
| Modifier and Type | Method and Description |
|---|---|
static Variable |
getInstance(SourceRange sourceRange,
String identifier,
boolean lookupOnly,
Operation... operations) |
static Variable |
getInstance(SourceRange sourceRange,
String identifier,
Operation... operations) |
static Variable |
getInstance(Variable v,
boolean lookupOnly) |
calculateArgs, calculateTerms, checkInvalidSelfContext, checkRestrictedContext, execute, getOperations, getSourceRange, toStringprotected final String identifier
protected final boolean lookupOnly
protected Variable(SourceRange sourceRange, String identifier, boolean lookupOnly, Operation... operations)
public static Variable getInstance(SourceRange sourceRange, String identifier, Operation... operations)
public static Variable getInstance(SourceRange sourceRange, String identifier, boolean lookupOnly, Operation... operations)
Copyright © 2014 Quattor. All Rights Reserved.