org.jsmiparser.smi
Class SmiMacro

java.lang.Object
  extended by org.jsmiparser.smi.SmiSymbol
      extended by org.jsmiparser.smi.SmiMacro
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public class SmiMacro
extends SmiSymbol

See Also:
Serialized Form

Constructor Summary
SmiMacro(org.jsmiparser.util.token.IdToken idToken, SmiModule module)
           
 
Method Summary
 java.lang.String getCodeId()
           
 
Methods inherited from class org.jsmiparser.smi.SmiSymbol
addUserData, compareTo, compareTo, equals, findUserData, findUserData, getFullCodeId, getId, getIdToken, getLocation, getModule, getUcId, getUserData, hashCode, resolveReferences, setIdToken, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SmiMacro

public SmiMacro(org.jsmiparser.util.token.IdToken idToken,
                SmiModule module)
Method Detail

getCodeId

public java.lang.String getCodeId()
Specified by:
getCodeId in class SmiSymbol