Public Member Functions | Protected Attributes

antlr.preprocessor.Option Class Reference

List of all members.

Public Member Functions

 Option (String n, String rhs, Grammar gr)
Grammar getEnclosingGrammar ()
String getName ()
String getRHS ()
void setEnclosingGrammar (Grammar g)
void setName (String n)
void setRHS (String rhs)
String toString ()

Protected Attributes

String name
String rhs
Grammar enclosingGrammar

Constructor & Destructor Documentation

antlr.preprocessor.Option.Option ( String  n,
String  rhs,
Grammar  gr 
)

Member Function Documentation

Grammar antlr.preprocessor.Option.getEnclosingGrammar (  ) 
String antlr.preprocessor.Option.getName (  ) 
String antlr.preprocessor.Option.getRHS (  ) 
void antlr.preprocessor.Option.setEnclosingGrammar ( Grammar  g  ) 
void antlr.preprocessor.Option.setName ( String  n  ) 
void antlr.preprocessor.Option.setRHS ( String  rhs  ) 
String antlr.preprocessor.Option.toString (  ) 

Member Data Documentation

String antlr.preprocessor.Option.name [protected]
String antlr.preprocessor.Option.rhs [protected]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties