org.extendj.ast
node type ArrayReference

General Info

Production
ArrayReference : ConstructorReference;
Type Hierarchy:
java.lang.Object
  extended by beaver.Symbol
      extended by org.extendj.ast.ASTNode<ASTNode>
          extended by org.extendj.ast.Expr
              extended by org.extendj.ast.ConstructorReference
                  extended by org.extendj.ast.ArrayReference
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Iterable<ASTNode>, org.jastadd.util.PrettyPrintable

Description

Source
Declared in /home/jesper/git/extendj/java8/grammar/ConstructorReference.ast at line 4

Member Filters

API level:

Aspect:

Constructors

public ArrayReference()
 
Source
Declared in /home/jesper/git/extendj/ASTNode at line 1
public ArrayReference(Access p0)
 
Source
Declared in /home/jesper/git/extendj/ASTNode at line 13

Attributes

@ASTNodeAnnotation.Attribute
syn boolean congruentTo(org.extendj.ast.FunctionDescriptor f)
Specified by:congruentTo in class ConstructorReference
Source
Declared in /home/jesper/git/extendj/java8/frontend/ConstructorReference.jrag at line 68
Aspect
ConstructorReference
Specified by:isExact in class ConstructorReference
Source
Declared in /home/jesper/git/extendj/java8/frontend/ConstructorReference.jrag at line 127
Aspect
ConstructorReference
Overrides:potentiallyCompatible in class ConstructorReference
Source
Declared in /home/jesper/git/extendj/java8/frontend/MethodSignature.jrag at line 466
Aspect
MethodSignature18
Source
Declared in /home/jesper/git/extendj/java8/backend/ConstructorReferenceToClass.jrag at line 34
Aspect
ConstructorReferenceToClass
Source
Declared in /home/jesper/git/extendj/java8/backend/ConstructorReferenceToClass.jrag at line 39
Aspect
ConstructorReferenceToClass
Specified by:toBlock in class ConstructorReference
Source
Declared in /home/jesper/git/extendj/java8/backend/ConstructorReferenceToClass.jrag at line 85
Aspect
ConstructorReferenceToClass

Methods

public void nameCheck()
Overrides:nameCheck in class ASTNode<ASTNode>
Source
Declared in /home/jesper/git/extendj/java8/frontend/NameCheck.jrag at line 539
Aspect
Java8NameCheck
public void prettyPrint(org.jastadd.util.PrettyPrinter out)
Specified by:prettyPrint in interface org.jastadd.util.PrettyPrintableOverrides:prettyPrint in class ASTNode<ASTNode>
Source
Declared in /home/jesper/git/extendj/java8/frontend/PrettyPrint.jadd at line 84
Aspect
Java8PrettyPrint
public void init$Children()
Initializes the child array to the correct size. Initializes List and Opt nta children.
Overrides:init$Children in class ConstructorReference
Source
Declared in /home/jesper/git/extendj/ASTNode at line 10
protected int numChildren()
Overrides:numChildren in class ConstructorReference
Source
Declared in /home/jesper/git/extendj/ASTNode at line 19
public boolean mayHaveRewrite()
Overrides:mayHaveRewrite in class ConstructorReference
Source
Declared in /home/jesper/git/extendj/ASTNode at line 25
public void flushAttrCache()
Overrides:flushAttrCache in class ConstructorReference
Source
Declared in /home/jesper/git/extendj/ASTNode at line 31
public void flushCollectionCache()
Overrides:flushCollectionCache in class ConstructorReference
Source
Declared in /home/jesper/git/extendj/ASTNode at line 41
public void flushRewriteCache()
Overrides:flushRewriteCache in class ConstructorReference
Source
Declared in /home/jesper/git/extendj/ASTNode at line 47
public ArrayReference clone()
                     throws java.lang.CloneNotSupportedException
Overrides:clone in class ConstructorReference
Throws:
java.lang.CloneNotSupportedException
Source
Declared in /home/jesper/git/extendj/ASTNode at line 53
public ArrayReference copy()
Overrides:copy in class ASTNode<ASTNode>
Source
Declared in /home/jesper/git/extendj/ASTNode at line 60
@Deprecated
public ArrayReference fullCopy()
Deprecated. Please use treeCopy or treeCopyNoTransform instead

Create a deep copy of the AST subtree at this node. The copy is dangling, i.e. has no parent.

Specified by:fullCopy in class ConstructorReference
Returns:
dangling copy of the subtree at this node
Source
Declared in /home/jesper/git/extendj/ASTNode at line 79
public ArrayReference treeCopyNoTransform()
Create a deep copy of the AST subtree at this node. The copy is dangling, i.e. has no parent.
Specified by:treeCopyNoTransform in class ConstructorReference
Returns:
dangling copy of the subtree at this node
Source
Declared in /home/jesper/git/extendj/ASTNode at line 89
public ArrayReference treeCopy()
Create a deep copy of the AST subtree at this node. The subtree of this node is traversed to trigger rewrites before copy. The copy is dangling, i.e. has no parent.
Specified by:treeCopy in class ConstructorReference
Returns:
dangling copy of the subtree at this node
Source
Declared in /home/jesper/git/extendj/ASTNode at line 109
protected boolean is$Equal(ASTNode node)
Overrides:is$Equal in class ASTNode<ASTNode>
Source
Declared in /home/jesper/git/extendj/ASTNode at line 116
public void setTypeAccess(Access node)
Replaces the TypeAccess child.
Overrides:setTypeAccess in class ConstructorReference
Parameters:
node - The new node to replace the TypeAccess child.
Retrieves the TypeAccess child.
Overrides:getTypeAccess in class ConstructorReference
Returns:
The current node used as the TypeAccess child.
Retrieves the TypeAccess child.

This method does not invoke AST transformations.

Overrides:getTypeAccessNoTransform in class ConstructorReference
Returns:
The current node used as the TypeAccess child.
Overrides:rewriteTo in class ConstructorReference

Fields

protected boolean isExact_computed
protected boolean isExact_value
protected boolean toBlock_computed

Inherited Members

Attributes inherited from org.extendj.ast.ConstructorReference

Attributes inherited from org.extendj.ast.Expr

Attributes inherited from org.extendj.ast.ASTNode

Methods inherited from class org.extendj.ast.ConstructorReference

Methods inherited from class org.extendj.ast.Expr

Methods inherited from class org.extendj.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 org.extendj.ast.ConstructorReference

Fields inherited from org.extendj.ast.Expr

Fields inherited from org.extendj.ast.ASTNode

Fields inherited from beaver.Symbol

end
id
start
value