EGF Engine
Release 0.1.0

org.eclipse.egf.pattern.ecore.grammar
Class PatternLanguageParser

java.lang.Object
  extended by Parser
      extended by org.eclipse.egf.pattern.ecore.grammar.PatternLanguageParser

public class PatternLanguageParser
extends Parser


Nested Class Summary
static class PatternLanguageParser.call_return
           
static class PatternLanguageParser.operationCall_return
           
static class PatternLanguageParser.operationName_return
           
 
Field Summary
protected  TreeAdaptor adaptor
           
static int ENDOFCALL
           
static int EOF
           
static BitSet FOLLOW_ENDOFCALL_in_operationCall51
           
static BitSet FOLLOW_LPAR_in_operationCall42
           
static BitSet FOLLOW_operationCall_in_call29
           
static BitSet FOLLOW_operationName_in_operationCall39
           
static BitSet FOLLOW_PARAM_in_operationCall45
           
static BitSet FOLLOW_RPAR_in_operationCall48
           
static BitSet FOLLOW_set_in_operationName61
           
static int LPAR
           
static int PARAM
           
static int RPAR
           
static String[] tokenNames
           
static int WS
           
 
Constructor Summary
PatternLanguageParser(TokenStream input_p)
           
 
Method Summary
 PatternLanguageParser.call_return call()
           
 String getGrammarFileName()
           
 String[] getTokenNames()
           
 TreeAdaptor getTreeAdaptor()
           
 PatternLanguageParser.operationCall_return operationCall()
           
 PatternLanguageParser.operationName_return operationName()
           
 void setTreeAdaptor(TreeAdaptor adaptor_p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tokenNames

public static final String[] tokenNames

ENDOFCALL

public static final int ENDOFCALL
See Also:
Constant Field Values

RPAR

public static final int RPAR
See Also:
Constant Field Values

WS

public static final int WS
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

LPAR

public static final int LPAR
See Also:
Constant Field Values

PARAM

public static final int PARAM
See Also:
Constant Field Values

adaptor

protected TreeAdaptor adaptor

FOLLOW_operationCall_in_call29

public static final BitSet FOLLOW_operationCall_in_call29

FOLLOW_operationName_in_operationCall39

public static final BitSet FOLLOW_operationName_in_operationCall39

FOLLOW_LPAR_in_operationCall42

public static final BitSet FOLLOW_LPAR_in_operationCall42

FOLLOW_PARAM_in_operationCall45

public static final BitSet FOLLOW_PARAM_in_operationCall45

FOLLOW_RPAR_in_operationCall48

public static final BitSet FOLLOW_RPAR_in_operationCall48

FOLLOW_ENDOFCALL_in_operationCall51

public static final BitSet FOLLOW_ENDOFCALL_in_operationCall51

FOLLOW_set_in_operationName61

public static final BitSet FOLLOW_set_in_operationName61
Constructor Detail

PatternLanguageParser

public PatternLanguageParser(TokenStream input_p)
Method Detail

setTreeAdaptor

public void setTreeAdaptor(TreeAdaptor adaptor_p)

getTreeAdaptor

public TreeAdaptor getTreeAdaptor()

getTokenNames

public String[] getTokenNames()

getGrammarFileName

public String getGrammarFileName()

call

public final PatternLanguageParser.call_return call()
                                             throws RecognitionException
Throws:
RecognitionException

operationCall

public final PatternLanguageParser.operationCall_return operationCall()
                                                               throws RecognitionException
Throws:
RecognitionException

operationName

public final PatternLanguageParser.operationName_return operationName()
                                                               throws RecognitionException
Throws:
RecognitionException

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.