de.xabsl.jxabsl.utils
Interface InputSource

All Known Implementing Classes:
ScannerInputSource

public interface InputSource

Parses XABSL intermediate code and returns tokens.


Method Summary
 java.lang.String next()
          Read a string
 boolean nextBoolean()
          Read d boolean
 double nextDouble()
          Read a decimal
 int nextInt()
          Read an integer
 

Method Detail

next

java.lang.String next()
Read a string


nextInt

int nextInt()
Read an integer


nextDouble

double nextDouble()
Read a decimal


nextBoolean

boolean nextBoolean()
Read d boolean