Copyright 2011-01-06 Werner Randelshofer

ch.randelshofer.media.binary
Class StructParser.TypedefDeclaration

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

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

TypedefDeclaration expression.


 TypedefDeclaration ::= "typedef" TypeSpecifier identifier ";"
 


Field Summary
 java.lang.String identifier
           
 StructParser.TypeSpecifier typeSpecifier
           
 
Constructor Summary
StructParser.TypedefDeclaration(org.jhotdraw.io.StreamPosTokenizer scanner)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeSpecifier

public StructParser.TypeSpecifier typeSpecifier

identifier

public java.lang.String identifier
Constructor Detail

StructParser.TypedefDeclaration

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

Copyright 2011-01-06 Werner Randelshofer