C# Class java.io.StreamTokenizer

Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
StreamTokenizer ( java arg0 )
commentChar ( int arg0 ) : void
eolIsSignificant ( bool arg0 ) : void
lineno ( ) : int
lowerCaseMode ( bool arg0 ) : void
nextToken ( ) : int
ordinaryChar ( int arg0 ) : void
ordinaryChars ( int arg0, int arg1 ) : void
parseNumbers ( ) : void
pushBack ( ) : void
quoteChar ( int arg0 ) : void
resetSyntax ( ) : void
slashSlashComments ( bool arg0 ) : void
slashStarComments ( bool arg0 ) : void
toString ( ) : global::java.lang.String
whitespaceChars ( int arg0, int arg1 ) : void
wordChars ( int arg0, int arg1 ) : void

Protected Methods

Method Description
StreamTokenizer ( global @__env )

Private Methods

Method Description
StreamTokenizer ( )

Method Details

StreamTokenizer() protected method

protected StreamTokenizer ( global @__env )
@__env global

StreamTokenizer() public method

public StreamTokenizer ( java arg0 )
arg0 java

commentChar() public method

public commentChar ( int arg0 ) : void
arg0 int
return void

eolIsSignificant() public method

public eolIsSignificant ( bool arg0 ) : void
arg0 bool
return void

lineno() public method

public lineno ( ) : int
return int

lowerCaseMode() public method

public lowerCaseMode ( bool arg0 ) : void
arg0 bool
return void

nextToken() public method

public nextToken ( ) : int
return int

ordinaryChar() public method

public ordinaryChar ( int arg0 ) : void
arg0 int
return void

ordinaryChars() public method

public ordinaryChars ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

parseNumbers() public method

public parseNumbers ( ) : void
return void

pushBack() public method

public pushBack ( ) : void
return void

quoteChar() public method

public quoteChar ( int arg0 ) : void
arg0 int
return void

resetSyntax() public method

public resetSyntax ( ) : void
return void

slashSlashComments() public method

public slashSlashComments ( bool arg0 ) : void
arg0 bool
return void

slashStarComments() public method

public slashStarComments ( bool arg0 ) : void
arg0 bool
return void

toString() public method

public toString ( ) : global::java.lang.String
return global::java.lang.String

whitespaceChars() public method

public whitespaceChars ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

wordChars() public method

public wordChars ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void