AST
node type SuperConstructorAccess

General Info

Production
SuperConstructorAccess : ConstructorAccess;
Type Hierarchy:
java.lang.Object
  extended by beaver.Symbol
      extended by AST.ASTNode<ASTNode>
          extended by AST.Expr
              extended by AST.Access
                  extended by AST.ConstructorAccess
                      extended by AST.SuperConstructorAccess
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Iterable<ASTNode>
Direct Known Subclasses:
ParSuperConstructorAccess

Description

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

Member Filters

API level:

Aspect:

Constructors

public SuperConstructorAccess(java.lang.String p0,
                              List<Expr> p1)
 
public SuperConstructorAccess(beaver.Symbol p0,
                              List<Expr> p1)
 

Attributes

syn boolean isDAafter(Variable v)
Overrides:isDAafter in class ConstructorAccess
Source
Declared in Java1.4Frontend/DefiniteAssignment.jrag at line 235
Aspect
DA
syn boolean isDUafter(Variable v)
Overrides:isDUafter in class ConstructorAccess
Source
Declared in Java1.4Frontend/DefiniteAssignment.jrag at line 694
Aspect
DU
Overrides:decls in class ConstructorAccess
Source
Declared in Java1.5Frontend/MethodSignature.jrag at line 77
Aspect
MethodSignature15
syn java.lang.String name()
Overrides:name in class ConstructorAccess
Source
Declared in Java1.4Frontend/QualifiedNames.jrag at line 20
Aspect
Names
Overrides:isSuperConstructorAccess in class Expr
Source
Declared in Java1.4Frontend/ResolveAmbiguousNames.jrag at line 49
Aspect
AccessTypes
Overrides:predNameType in class ConstructorAccess
Source
Declared in Java1.4Frontend/SyntacticClassification.jrag at line 56
Aspect
SyntacticClassification
inh java.util.Collection lookupSuperConstructor()
Source
Declared in Java1.4Frontend/LookupConstructor.jrag at line 19
Aspect
ConstructScope
Source
Declared in Java1.4Frontend/TypeCheck.jrag at line 503
Aspect
TypeCheck

Methods

public void flushCache()
Overrides:flushCache in class ConstructorAccess
public SuperConstructorAccess clone()
                             throws java.lang.CloneNotSupportedException
Overrides:clone in class ConstructorAccess
Throws:
java.lang.CloneNotSupportedException
Overrides:copy in class ConstructorAccess
Create a deep copy of the AST subtree at this node. The copy is dangling, i.e. has no parent.
Overrides:fullCopy in class ConstructorAccess
Returns:
dangling copy of the subtree at this node
public void nameCheck()
Overrides:nameCheck in class ConstructorAccess
Source
Declared in Java1.4Frontend/TypeHierarchyCheck.jrag at line 63
Aspect
TypeHierarchyCheck
public void createBCode(CodeGeneration gen)
Overrides:createBCode in class ConstructorAccess
Source
Declared in Java1.4Backend/CreateBCode.jrag at line 627
Aspect
CreateBCode
public void transformation()
Overrides:transformation in class ConstructorAccess
Source
Declared in Java1.4Backend/Transformations.jrag at line 149
Aspect
Transformations
public void init$Children()
Initializes the child array to the correct size. Initializes List and Opt nta children.
Overrides:init$Children in class ConstructorAccess
protected int numChildren()
Overrides:numChildren in class ConstructorAccess
public boolean mayHaveRewrite()
Overrides:mayHaveRewrite in class ConstructorAccess
public void setID(java.lang.String value)
Replaces the lexeme ID.
Overrides:setID in class ConstructorAccess
Parameters:
value - The new value for the lexeme ID.
public void setID(beaver.Symbol symbol)
JastAdd-internal setter for lexeme ID using the Beaver parser.
Overrides:setID in class ConstructorAccess
public java.lang.String getID()
Retrieves the value for the lexeme ID.
Overrides:getID in class ConstructorAccess
Returns:
The value for the lexeme ID.
public void setArgList(List<Expr> list)
Replaces the Arg list.
Overrides:setArgList in class ConstructorAccess
Parameters:
list - The new list node to be used as the Arg list.
public int getNumArg()
Retrieves the number of children in the Arg list.
Overrides:getNumArg in class ConstructorAccess
Returns:
Number of children in the Arg list.
Retrieves the number of children in the Arg list. Calling this method will not trigger rewrites..
Overrides:getNumArgNoTransform in class ConstructorAccess
Returns:
Number of children in the Arg list.
public Expr getArg(int i)
Retrieves the element at index i in the Arg list..
Overrides:getArg in class ConstructorAccess
Parameters:
i - Index of the element to return.
Returns:
The element at position i in the Arg list.
public void addArg(Expr node)
Append an element to the Arg list.
Overrides:addArg in class ConstructorAccess
Parameters:
node - The element to append to the Arg list.
public void addArgNoTransform(Expr node)
public void setArg(Expr node,
                   int i)
Replaces the Arg list element at index i with the new node node.
Overrides:setArg in class ConstructorAccess
Parameters:
node - The new node to replace the old list element.
i - The list index of the node to be replaced.
public List<Expr> getArgs()
Retrieves the Arg list.
Overrides:getArgs in class ConstructorAccess
Returns:
The node representing the Arg list.
Retrieves the Arg list.

This method does not invoke AST transformations.

Overrides:getArgsNoTransform in class ConstructorAccess
Returns:
The node representing the Arg list.
public List<Expr> getArgList()
Retrieves the Arg list.
Overrides:getArgList in class ConstructorAccess
Returns:
The node representing the Arg list.
Retrieves the Arg list.

This method does not invoke AST transformations.

Overrides:getArgListNoTransform in class ConstructorAccess
Returns:
The node representing the Arg list.
public boolean Define_boolean_hasPackage(ASTNode caller,
                                         ASTNode child,
                                         java.lang.String packageName)
Overrides:Define_boolean_hasPackage in class ConstructorAccess
Source
Declared in Java1.4Frontend/LookupType.jrag at line 89
public SimpleSet Define_SimpleSet_lookupVariable(ASTNode caller,
                                                 ASTNode child,
                                                 java.lang.String name)
Overrides:Define_SimpleSet_lookupVariable in class ConstructorAccess
Source
Declared in Java1.4Frontend/LookupVariable.jrag at line 134
Overrides:Define_boolean_inExplicitConstructorInvocation in class ConstructorAccess
Source
Declared in Java1.4Frontend/TypeHierarchyCheck.jrag at line 131
Overrides:rewriteTo in class ConstructorAccess

Fields

protected boolean decls_computed

Inherited Members

Attributes inherited from AST.ConstructorAccess

Attributes inherited from AST.Access

Attributes inherited from AST.Expr

Attributes inherited from AST.ASTNode

Methods inherited from class AST.ConstructorAccess

Methods inherited from class AST.Access

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.ConstructorAccess

Fields inherited from AST.Access

Fields inherited from AST.Expr

Fields inherited from AST.ASTNode

Fields inherited from beaver.Symbol

end
id
start
value