protected static class StructParser.IntLiteral
extends java.lang.Object
IntLiteral ::= intLiteral | hexLiteral
Modifier and Type | Field and Description |
---|---|
int |
value |
Constructor and Description |
---|
IntLiteral(StreamPosTokenizer scanner) |
Modifier and Type | Method and Description |
---|---|
int |
intValue() |
public IntLiteral(StreamPosTokenizer scanner) throws java.io.IOException, ParseException
java.io.IOException
ParseException