Package | Description |
---|---|
java_cup | |
java_cup.runtime | |
java_cup.simple_calc |
Constructor and Description |
---|
parser(Scanner s)
Constructor which sets the default scanner.
|
Modifier and Type | Method and Description |
---|---|
Scanner |
lr_parser.getScanner()
Simple accessor method to get the default scanner.
|
Modifier and Type | Method and Description |
---|---|
void |
lr_parser.setScanner(Scanner s)
Simple accessor method to set the default scanner.
|
Constructor and Description |
---|
lr_parser(Scanner s)
Constructor that sets the default scanner.
|
Modifier and Type | Class and Description |
---|---|
class |
scanner |
Constructor and Description |
---|
parser(Scanner s)
Constructor which sets the default scanner.
|