AST
node type Access

General Info

Production
Access : Expr;
Type Hierarchy:
java.lang.Object
  extended by beaver.Symbol
      extended by AST.ASTNode<ASTNode>
          extended by AST.Expr
              extended by AST.Access
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Iterable<ASTNode>
Direct Known Subclasses:
AbstractDot, AbstractWildcard, AmbiguousAccess, ArrayAccess, ClassAccess, ClassInstanceExpr, ConstructorAccess, DiamondAccess, MethodAccess, PackageAccess, PackageOrTypeAccess, ParseName, ParTypeAccess, SuperAccess, ThisAccess, TypeAccess, VarAccess

Description

Source
Declared in Java1.4Frontend/java.ast at line 14

Member Filters

API level:

Aspect:

Constructors

public Access()
 

Attributes

Source
Declared in Java1.4Frontend/LookupMethod.jrag at line 17
Aspect
LookupMethod
syn boolean isQualified()
Source
Declared in Java1.4Frontend/ResolveAmbiguousNames.jrag at line 58
Aspect
QualifiedNames
Source
Declared in Java1.4Frontend/ResolveAmbiguousNames.jrag at line 61
Aspect
QualifiedNames
Source
Declared in Java1.4Frontend/ResolveAmbiguousNames.jrag at line 66
Aspect
QualifiedNames
syn Expr prevExpr()
Source
Declared in Java1.4Frontend/ResolveAmbiguousNames.jrag at line 78
Aspect
QualifiedNames
syn boolean hasPrevExpr()
Source
Declared in Java1.4Frontend/ResolveAmbiguousNames.jrag at line 89
Aspect
QualifiedNames
Source
Declared in Java1.4Frontend/SyntacticClassification.jrag at line 56
Aspect
SyntacticClassification
syn TypeDecl type()
Specified by:type in class Expr
Source
Declared in Java1.4Frontend/TypeAnalysis.jrag at line 278
Aspect
TypeAnalysis
syn int sourceLineNumber()
Overrides:sourceLineNumber in class ASTNode<ASTNode>
Source
Declared in Java1.4Backend/CodeGeneration.jrag at line 15
Aspect
CodeGeneration
syn boolean isDiamond()
Source
Declared in Java7Frontend/TypeInference.jrag at line 65
Aspect
TypeInference
syn Access substituted(java.util.Collection<TypeVariable> original,
                   List<TypeVariable> substitution)
Builds a copy of this Access node where all occurrences of type variables in the original type parameter list have been replaced by the substitution type parameters.
Returns:
the substituted Access node
Source
Declared in Java7Frontend/TypeInference.jrag at line 406
Aspect
TypeInference
Source
Declared in Java1.4Frontend/LookupMethod.jrag at line 18
Aspect
LookupMethod
Overrides:unknownType in class Expr
Source
Declared in Java1.4Frontend/LookupType.jrag at line 221
Aspect
TypeScopePropagation
Source
Declared in Java1.4Frontend/LookupVariable.jrag at line 239
Aspect
VariableScopePropagation
Source
Declared in Java1.4Backend/CreateBCode.jrag at line 478
Aspect
CreateBCode
inh boolean withinSuppressWarnings(java.lang.String s)
Source
Declared in Java1.5Frontend/Annotations.jrag at line 268
Aspect
Annotations
Source
Declared in Java1.5Frontend/Annotations.jrag at line 372
Aspect
Annotations

Methods

public void flushCache()
Overrides:flushCache in class Expr
public void flushCollectionCache()
Overrides:flushCollectionCache in class Expr
public Access clone()
             throws java.lang.CloneNotSupportedException
Overrides:clone in class Expr
Throws:
java.lang.CloneNotSupportedException
public Access addArrayDims(List list)
Source
Declared in Java1.4Frontend/ResolveAmbiguousNames.jrag at line 148
Aspect
QualifiedNames
Source
Declared in Java1.4Backend/CreateBCode.jrag at line 479
Aspect
CreateBCode
public void emitThis(CodeGeneration gen,
                     TypeDecl targetDecl)
Source
Declared in Java1.4Backend/CreateBCode.jrag at line 579
Aspect
CreateBCode
protected TypeDecl superConstructorQualifier(TypeDecl targetEnclosingType)
Source
Declared in Java1.4Backend/InnerClasses.jrag at line 106
Aspect
InnerClasses
public void init$Children()
Initializes the child array to the correct size. Initializes List and Opt nta children.
Overrides:init$Children in class Expr
protected int numChildren()
Overrides:numChildren in class Expr
public boolean mayHaveRewrite()
Overrides:mayHaveRewrite in class Expr
Overrides:rewriteTo in class Expr

Fields

protected boolean prevExpr_computed
protected boolean hasPrevExpr_computed
protected boolean hasPrevExpr_value
protected boolean type_computed

Inherited Members

Attributes inherited from AST.Expr

Attributes inherited from AST.ASTNode

Methods inherited from class AST.Expr

Methods inherited from class AST.ASTNode

Methods inherited from class beaver.Symbol

getColumn
getEnd
getId
getLine
getStart
makePosition

Methods inherited from class java.lang.Object

equals
finalize
getClass
hashCode
notify
notifyAll
wait
wait
wait

Fields inherited from AST.Expr

Fields inherited from AST.ASTNode

Fields inherited from beaver.Symbol

end
id
start
value