Uses of Class
at.dms.compiler.InputBuffer

Packages that use InputBuffer
at.dms.compiler   
at.dms.kjc   
 

Uses of InputBuffer in at.dms.compiler
 

Fields in at.dms.compiler declared as InputBuffer
protected  InputBuffer Scanner.buffer
          The data source for this scanner.
 

Methods in at.dms.compiler that return InputBuffer
 InputBuffer Parser.getBuffer()
          Returns the input buffer.
 InputBuffer Scanner.getBuffer()
          Returns the input buffer.
 

Constructors in at.dms.compiler with parameters of type InputBuffer
Scanner(Compiler compiler, InputBuffer buffer)
          Constructs a new hand written scanner.
 

Uses of InputBuffer in at.dms.kjc
 

Methods in at.dms.kjc that return InputBuffer
 InputBuffer KjcParser.getBuffer()
          Returns the input buffer.
 

Constructors in at.dms.kjc with parameters of type InputBuffer
KjcScanner(Compiler compiler, InputBuffer buffer)
          Constructs a java scanner.