Copyright 2011-01-06 Werner Randelshofer

ch.randelshofer.media.binary
Class StructParser.IntLiteral

java.lang.Object
  extended by ch.randelshofer.media.binary.StructParser.IntLiteral
Enclosing class:
StructParser

protected static class StructParser.IntLiteral
extends java.lang.Object

IntLiteral expression.


 IntLiteral ::= intLiteral | hexLiteral
 


Field Summary
 int value
           
 
Constructor Summary
StructParser.IntLiteral(org.jhotdraw.io.StreamPosTokenizer scanner)
           
 
Method Summary
 int intValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public int value
Constructor Detail

StructParser.IntLiteral

public StructParser.IntLiteral(org.jhotdraw.io.StreamPosTokenizer scanner)
                        throws java.io.IOException,
                               ParseException
Throws:
java.io.IOException
ParseException
Method Detail

intValue

public int intValue()

Copyright 2011-01-06 Werner Randelshofer