com.hammurapi.bnf2emf
Class Attribute
java.lang.Object
com.hammurapi.bnf2emf.Attribute
public class Attribute
- extends Object
Parses attribute definition.
- Author:
- Pavel Vlasov
|
Constructor Summary |
Attribute(antlr.collections.AST node)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Attribute
public Attribute(antlr.collections.AST node)
getName
public String getName()
isList
public boolean isList()
getAttributeType
public Attribute.AttributeType getAttributeType()
getType
public String getType()
isReference
public boolean isReference()
getOpposite
public Attribute getOpposite()