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

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.AttributeSingleNode
All Implemented Interfaces:
ASTNode

public class AttributeSingleNode
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