|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableBinding | |
---|---|
org.eclipse.jdt.internal.compiler.ast | |
org.eclipse.jdt.internal.compiler.flow | |
org.eclipse.jdt.internal.compiler.lookup | |
org.jmlspecs.jml4.rac |
Uses of VariableBinding in org.eclipse.jdt.internal.compiler.ast |
---|
Fields in org.eclipse.jdt.internal.compiler.ast declared as VariableBinding | |
---|---|
VariableBinding[][] |
ExplicitConstructorCall.implicitArguments
|
Uses of VariableBinding in org.eclipse.jdt.internal.compiler.flow |
---|
Methods in org.eclipse.jdt.internal.compiler.flow with parameters of type VariableBinding | |
---|---|
void |
FlowContext.recordSettingFinal(VariableBinding variable,
Reference finalReference,
FlowInfo flowInfo)
|
Uses of VariableBinding in org.eclipse.jdt.internal.compiler.lookup |
---|
Subclasses of VariableBinding in org.eclipse.jdt.internal.compiler.lookup | |
---|---|
class |
BinaryLocalVariableBinding
|
class |
FieldBinding
|
class |
LocalVariableBinding
|
class |
ParameterizedFieldBinding
Binding denoting a field after type substitution got performed. |
class |
ProblemFieldBinding
|
class |
SyntheticArgumentBinding
|
class |
SyntheticFieldBinding
|
Fields in org.eclipse.jdt.internal.compiler.lookup declared as VariableBinding | |
---|---|
static VariableBinding[] |
BlockScope.EmulationPathToImplicitThis
|
static VariableBinding[] |
BlockScope.NoEnclosingInstanceInConstructorCall
|
static VariableBinding[] |
BlockScope.NoEnclosingInstanceInStaticContext
|
Methods in org.eclipse.jdt.internal.compiler.lookup that return VariableBinding | |
---|---|
VariableBinding[] |
BlockScope.getEmulationPath(LocalVariableBinding outerLocalVariable)
|
Uses of VariableBinding in org.jmlspecs.jml4.rac |
---|
Fields in org.jmlspecs.jml4.rac with type parameters of type VariableBinding | |
---|---|
java.util.Map<ASTNode,VariableBinding> |
ExpressionTranslator.terms
Terms of which values are to be reported upon an assertion violation. |
Methods in org.jmlspecs.jml4.rac that return types with arguments of type VariableBinding | |
---|---|
java.util.Map<ASTNode,VariableBinding> |
ExpressionTranslator.getTerms()
Returns a set of terms or values that can be printed upon an assertion violation to describe the program state. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |