fr.umlv.tatoo.cc.tools.ast
Class AttributeListNode

java.lang.Object
  extended by fr.umlv.tatoo.cc.tools.ast.BasicNode
      extended by fr.umlv.tatoo.cc.tools.ast.AttributeNode
          extended by fr.umlv.tatoo.cc.tools.ast.AttributeListNode
All Implemented Interfaces:
ASTNode

public class AttributeListNode
extends AttributeNode


Method Summary
 Type getType()
           
 
Methods inherited from class fr.umlv.tatoo.cc.tools.ast.BasicNode
getId, getObjectId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getType

public Type getType()
Specified by:
getType in interface ASTNode
Overrides:
getType in class BasicNode