| org.andromda.translation.ocl.parser.OclParser
OclParser | public class OclParser extends Parser (Code) | | This class adapts the Parser class to handle expressions in which the SableCC parser can't handle.
|
Constructor Summary | |
public | OclParser(Lexer lexer) Constructs an instance of OclParser. |
Method Summary | |
protected void | filter() | protected TName | getName(PExpression expression) Gets the TName from the expression . |
handler | protected SyntaxHandler handler(Code) | | |
oclNode | protected Node oclNode(Code) | | |
OclParser | public OclParser(Lexer lexer)(Code) | | Constructs an instance of OclParser.
Parameters: lexer - |
filter | protected void filter()(Code) | | See Also: org.andromda.core.translation.parser.Parser.filter |
getName | protected TName getName(PExpression expression)(Code) | | Gets the TName from the expression .
Parameters: expression - TName the name extracted from the expression . |
|
|