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 |
| antlr.preprocessor.Option.Option | ( | String | n, | |
| String | rhs, | |||
| Grammar | gr | |||
| ) |
| Grammar antlr.preprocessor.Option.getEnclosingGrammar | ( | ) |
References antlr.preprocessor.Option.enclosingGrammar.
| String antlr.preprocessor.Option.getName | ( | ) |
| String antlr.preprocessor.Option.getRHS | ( | ) |
References antlr.preprocessor.Option.rhs.
| void antlr.preprocessor.Option.setEnclosingGrammar | ( | Grammar | g | ) |
References antlr.preprocessor.Option.enclosingGrammar.
Referenced by antlr.preprocessor.Option.Option().
| void antlr.preprocessor.Option.setName | ( | String | n | ) |
References antlr.preprocessor.Option.name.
| void antlr.preprocessor.Option.setRHS | ( | String | rhs | ) |
| String antlr.preprocessor.Option.toString | ( | ) |
References antlr.preprocessor.Option.name, and antlr.preprocessor.Option.rhs.
Grammar antlr.preprocessor.Option.enclosingGrammar [protected] |
String antlr.preprocessor.Option.name [protected] |
String antlr.preprocessor.Option.rhs [protected] |
Referenced by antlr.preprocessor.Option.getRHS(), and antlr.preprocessor.Option.toString().
1.7.0