ch.randelshofer.media.binary
Class StructParser.DescriptionDeclaration
java.lang.Object
ch.randelshofer.media.binary.StructParser.DescriptionDeclaration
- Enclosing class:
- StructParser
protected static class StructParser.DescriptionDeclaration
- extends java.lang.Object
DescriptionDeclaration expression.
DescriptionDeclaration ::= "description" identifier stringLiteral "," stringLiteral ";"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
identifier
public java.lang.String identifier
name
public java.lang.String name
description
public java.lang.String description
StructParser.DescriptionDeclaration
public StructParser.DescriptionDeclaration(org.jhotdraw.io.StreamPosTokenizer scanner)
throws java.io.IOException,
ParseException
- Throws:
java.io.IOException
ParseException