public abstract class ASTLabeledNode extends ASTNode
col, line, mTagList
Constructor and Description |
---|
ASTLabeledNode(SETNodeLabel label) |
Modifier and Type | Method and Description |
---|---|
SETNodeLabel |
get_Label() |
java.lang.String |
label_toString() |
void |
label_toString(UnitPrinter up) |
void |
perform_Analysis(ASTAnalysis a) |
void |
set_Label(SETNodeLabel label) |
apply, body_toString, body_toString, branches, fallsThrough, get_SubBodies, perform_AnalysisOnSubBodies, toString
addBoxPointingToThis, apply, clearUnitBoxes, clone, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis
addAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTag
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTag
public ASTLabeledNode(SETNodeLabel label)
public SETNodeLabel get_Label()
public void set_Label(SETNodeLabel label)
public void perform_Analysis(ASTAnalysis a)
perform_Analysis
in class ASTNode
public void label_toString(UnitPrinter up)
public java.lang.String label_toString()