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 voidanalyze(Token token)Analyze is called to analyze the particular tokenvoiddelete()ConstraintTreegetRawLine()ConstraintTreegetSRawLine()UmpleClassifiergetUClassifier()voidprepare(Token token)Prepare is called before analyzing the token, allowing edits or sanitizing to be donebooleansetRawLine(ConstraintTree aRawLine)booleansetSRawLine(ConstraintTree aSRawLine)booleansetUClassifier(UmpleClassifier aUClassifier)java.lang.StringtoString()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:AnalyzerPrepare is called before analyzing the token, allowing edits or sanitizing to be done -
analyze
Description copied from class:AnalyzerAnalyze is called to analyze the particular token -
toString
public java.lang.String toString()
-