public class DynamicReference extends VariableReference
| Constructor and Description |
|---|
DynamicReference(java.lang.String name,
Type type)
Create a new dynamic reference.
|
DynamicReference(Type type)
Create a new anonymous dynamic reference.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDynamic()
Determine whether this reference is a dynamic reference.
|
getName, hasName, isVariable, writeadd, add, difference, getBase, getField, getIndex, getLocation, getType, hasBase, hasField, hasIndex, hasLocation, indirect, isCast, isConstant, isIndirect, isNull, isPrefix, isStatic, isString, subtract, subtract, toStringpublic DynamicReference(Type type)
type - The type.public DynamicReference(java.lang.String name,
Type type)
name - The name.type - The type.public boolean isDynamic()
ReferenceisDynamic in class Referencetrue if this reference is a dynamic
reference.DynamicReferenceCopyright © 2014. All Rights Reserved.