Package cruise.umple.analysis
Class SmallerOpAnalyzer
java.lang.Object
cruise.umple.parser.analysis.Analyzer
cruise.umple.analysis.SmallerOpAnalyzer
public class SmallerOpAnalyzer extends Analyzer
-
Constructor Summary
Constructors Constructor Description SmallerOpAnalyzer() -
Method Summary
Modifier and Type Method Description voidanalyze(Token token)Analyze is called to analyze the particular tokenvoiddelete()ConstraintTreegetRawLine()booleansetRawLine(ConstraintTree aRawLine)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, prepare, removeChild, removeParent, setName
-
Constructor Details
-
SmallerOpAnalyzer
public SmallerOpAnalyzer()
-
-
Method Details
-
setRawLine
-
getRawLine
-
delete
public void delete() -
analyze
Description copied from class:AnalyzerAnalyze is called to analyze the particular token -
toString
public java.lang.String toString()
-