protected static class StructParser.MagicDeclaration extends Object
MagicDeclaration ::= "magic" identifier ("ushort" hexLiteral[".." hexLiteral] | stringLiteral) ";"
| Modifier and Type | Field and Description |
|---|---|
String |
identifier |
String |
magic
If magic is null, then ushortMagicFrom/ushortMagicTo is used.
|
int |
ushortMagicFrom |
int |
ushortMagicTo |
| Constructor and Description |
|---|
StructParser.MagicDeclaration(StreamPosTokenizer scanner) |
public String identifier
public String magic
public int ushortMagicFrom
public int ushortMagicTo
public StructParser.MagicDeclaration(StreamPosTokenizer scanner) throws IOException, ParseException
IOExceptionParseExceptionCopyright © 2014. All Rights Reserved.