AST
node type DefaultCase

General Info

Production
DefaultCase : Case;
Type Hierarchy:
java.lang.Object
  extended by beaver.Symbol
      extended by AST.ASTNode<ASTNode>
          extended by AST.Stmt
              extended by AST.Case
                  extended by AST.DefaultCase
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Iterable<ASTNode>

Description

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

Member Filters

API level:

Aspect:

Constructors

public DefaultCase()
 

Attributes

syn boolean constValue(Case c)
Specified by:constValue in class Case
Source
Declared in Java1.4Frontend/NameCheck.jrag at line 431
Aspect
NameCheck

Methods

public void flushCache()
Overrides:flushCache in class Case
public void flushCollectionCache()
Overrides:flushCollectionCache in class Case
public DefaultCase clone()
                  throws java.lang.CloneNotSupportedException
Overrides:clone in class Case
Throws:
java.lang.CloneNotSupportedException
public DefaultCase copy()
Overrides:copy in class ASTNode<ASTNode>
Create a deep copy of the AST subtree at this node. The copy is dangling, i.e. has no parent.
Overrides:fullCopy in class ASTNode<ASTNode>
Returns:
dangling copy of the subtree at this node
public void nameCheck()
Overrides:nameCheck in class ASTNode<ASTNode>
Source
Declared in Java1.4Frontend/NameCheck.jrag at line 411
Aspect
NameCheck
public void toString(java.lang.StringBuffer s)
Overrides:toString in class ASTNode<ASTNode>
Source
Declared in Java1.4Frontend/PrettyPrint.jadd at line 569
Aspect
PrettyPrint
public void init$Children()
Initializes the child array to the correct size. Initializes List and Opt nta children.
Overrides:init$Children in class Case
protected int numChildren()
Overrides:numChildren in class Case
public boolean mayHaveRewrite()
Overrides:mayHaveRewrite in class Case
public boolean isDefaultCase()
Overrides:rewriteTo in class Case

Inherited Members

Attributes inherited from AST.Case

Attributes inherited from AST.Stmt

Attributes inherited from AST.ASTNode

Methods inherited from class AST.Case

Methods inherited from class AST.Stmt

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

Fields inherited from AST.Stmt

Fields inherited from AST.ASTNode

Fields inherited from beaver.Symbol

end
id
start
value