|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Scanner | |
|---|---|
| edu.mit.csail.sdg.alloy4compiler.parser | This package contains the compiler |
| java_cup.runtime | |
| Uses of Scanner in edu.mit.csail.sdg.alloy4compiler.parser |
|---|
| Classes in edu.mit.csail.sdg.alloy4compiler.parser that implement Scanner | |
|---|---|
class |
CompLexer
Autogenerated by JFlex 1.4.1 |
| Constructors in edu.mit.csail.sdg.alloy4compiler.parser with parameters of type Scanner | |
|---|---|
CompParser(Scanner s)
Constructor which sets the default scanner. |
|
CompParser(Scanner s,
SymbolFactory sf)
Constructor which sets the default scanner. |
|
| Uses of Scanner in java_cup.runtime |
|---|
| Methods in java_cup.runtime that return Scanner | |
|---|---|
Scanner |
lr_parser.getScanner()
Simple accessor method to get the default scanner. |
| Methods in java_cup.runtime with parameters of type Scanner | |
|---|---|
void |
lr_parser.setScanner(Scanner s)
Simple accessor method to set the default scanner. |
| Constructors in java_cup.runtime with parameters of type Scanner | |
|---|---|
lr_parser(Scanner s)
Constructor that sets the default scanner. |
|
lr_parser(Scanner s,
SymbolFactory symfac)
Constructor that sets the default scanner and a SymbolFactory |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||