com.hammurapi.bnf2emf
Class Attribute

java.lang.Object
  extended by com.hammurapi.bnf2emf.Attribute

public class Attribute
extends Object

Parses attribute definition.

Author:
Pavel Vlasov

Nested Class Summary
static class Attribute.AttributeType
           
 
Constructor Summary
Attribute(antlr.collections.AST node)
           
 
Method Summary
 Attribute.AttributeType getAttributeType()
           
 String getName()
           
 Attribute getOpposite()
           
 String getType()
           
 boolean isList()
           
 boolean isReference()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute(antlr.collections.AST node)
Method Detail

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()