Uses of Class
soot.jimple.parser.node.PLabelName

Packages that use PLabelName
soot.jimple.parser.node   
 

Uses of PLabelName in soot.jimple.parser.node
 

Subclasses of PLabelName in soot.jimple.parser.node
 class ALabelName
           
 

Methods in soot.jimple.parser.node that return PLabelName
 PLabelName ACatchClause.getFromLabel()
           
 PLabelName ALabelStatement.getLabelName()
           
 PLabelName AGotoStmt.getLabelName()
           
 PLabelName ACatchClause.getToLabel()
           
 PLabelName ACatchClause.getWithLabel()
           
 

Methods in soot.jimple.parser.node with parameters of type PLabelName
 void ACatchClause.setFromLabel(PLabelName node)
           
 void ALabelStatement.setLabelName(PLabelName node)
           
 void AGotoStmt.setLabelName(PLabelName node)
           
 void ACatchClause.setToLabel(PLabelName node)
           
 void ACatchClause.setWithLabel(PLabelName node)
           
 

Constructors in soot.jimple.parser.node with parameters of type PLabelName
ACatchClause(TCatch _catch_, PClassName _name_, TFrom _from_, PLabelName _fromLabel_, TTo _to_, PLabelName _toLabel_, TWith _with_, PLabelName _withLabel_, TSemicolon _semicolon_)
           
AGotoStmt(TGoto _goto_, PLabelName _labelName_, TSemicolon _semicolon_)
           
ALabelStatement(PLabelName _labelName_, TColon _colon_)