Package cruise.umple.analysis
Class LinkingOpBodyAnalyzer
java.lang.Object
cruise.umple.parser.analysis.Analyzer
cruise.umple.analysis.LinkingOpBodyAnalyzer
public class LinkingOpBodyAnalyzer extends Analyzer
-
Constructor Summary
Constructors Constructor Description LinkingOpBodyAnalyzer()
-
Method Summary
Modifier and Type Method Description void
analyze(Token token)
Analyze is called to analyze the particular tokenvoid
delete()
ConstraintTree
getRawLine()
ConstraintTree
getSRawLine()
UmpleClassifier
getUClassifier()
void
prepare(Token token)
Prepare is called before analyzing the token, allowing edits or sanitizing to be doneboolean
setRawLine(ConstraintTree aRawLine)
boolean
setSRawLine(ConstraintTree aSRawLine)
boolean
setUClassifier(UmpleClassifier aUClassifier)
java.lang.String
toString()
Methods inherited from class cruise.umple.parser.analysis.Analyzer
addChild, addChildAt, addOrMoveChildAt, addOrMoveParentAt, addParent, addParentAt, analyzeToken, getChild, getChildren, getName, getParent, getParent, hasChildren, hasParent, indexOfChild, indexOfParent, minimumNumberOfChildren, minimumNumberOfParent, numberOfChildren, numberOfParent, removeChild, removeParent, setName
-
Constructor Details
-
LinkingOpBodyAnalyzer
public LinkingOpBodyAnalyzer()
-
-
Method Details
-
setUClassifier
-
setRawLine
-
setSRawLine
-
getUClassifier
-
getRawLine
-
getSRawLine
-
delete
public void delete() -
prepare
Description copied from class:Analyzer
Prepare is called before analyzing the token, allowing edits or sanitizing to be done -
analyze
Description copied from class:Analyzer
Analyze is called to analyze the particular token -
toString
public java.lang.String toString()
-