ch.randelshofer.media.binary
Class StructParser.StructSpecifier
java.lang.Object
ch.randelshofer.media.binary.StructParser.StructSpecifier
- Enclosing class:
- StructParser
protected static class StructParser.StructSpecifier
- extends java.lang.Object
StructSpecifier expression.
StructSpecifier ::= "struct (identifier | "{" MemberDeclaration { MemberDeclaration } "}" )
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
identifier
public java.lang.String identifier
members
public java.util.Vector members
StructParser.StructSpecifier
public StructParser.StructSpecifier(org.jhotdraw.io.StreamPosTokenizer scanner)
throws java.io.IOException,
ParseException
- Throws:
java.io.IOException
ParseException