All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aioli.metal.vtpActionParser

java.lang.Object
   |
   +----antlr.Parser
           |
           +----antlr.LLkParser
                   |
                   +----aioli.metal.vtpActionParser

public class vtpActionParser
extends LLkParser
implements vtpActionParserTokenTypes
This class is automatically generated by the antlr tool from the file metal.g. It compiles a vtpAction in a sequence of corresponding java Action.


Variable Index

 o _tokenNames
 o _tokenSet_0
 o _tokenSet_1
 o _tokenSet_2
 o _tokenSet_3
 o _tokenSet_4
 o _tokenSet_5
 o _tokenSet_6

Constructor Index

 o vtpActionParser(TokenBuffer)
 o vtpActionParser(Tokenizer)

Method Index

 o action(String)
 o constr(String)
 o main(String[])
 o node(String)
 o path()
 o pattern(String)
 o seq(String)
 o sons(apattern, String)

Variables

 o _tokenNames
 public static final String _tokenNames[]
 o _tokenSet_0
 public static final BitSet _tokenSet_0
 o _tokenSet_1
 public static final BitSet _tokenSet_1
 o _tokenSet_2
 public static final BitSet _tokenSet_2
 o _tokenSet_3
 public static final BitSet _tokenSet_3
 o _tokenSet_4
 public static final BitSet _tokenSet_4
 o _tokenSet_5
 public static final BitSet _tokenSet_5
 o _tokenSet_6
 public static final BitSet _tokenSet_6

Constructors

 o vtpActionParser
 public vtpActionParser(TokenBuffer tokenBuf)
 o vtpActionParser
 public vtpActionParser(Tokenizer lexer)

Methods

 o main
 public static void main(String args[]) throws Exception
 o action
 public final aseq action(String str) throws ParserException, IOException
 o seq
 public final aseq seq(String str) throws ParserException, IOException
 o constr
 public final aconstr constr(String str) throws ParserException, IOException
 o path
 public final apath path() throws ParserException, IOException
 o pattern
 public final apattern pattern(String str) throws ParserException, IOException
 o node
 public final anode node(String str) throws ParserException, IOException
 o sons
 public final void sons(apattern pat,
                        String str) throws ParserException, IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index