Class Attribute


  • public final class Attribute
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Attribute​(java.lang.String id, ru.ispras.fortress.data.DataType type)  
      Attribute​(java.lang.String id, ru.ispras.fortress.data.DataType type, java.util.List<Stmt> stmts)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ru.ispras.fortress.data.DataType getDataType()  
      java.lang.String getId()  
      java.util.List<Stmt> getStmts()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Attribute

        public Attribute​(java.lang.String id,
                         ru.ispras.fortress.data.DataType type)
      • Attribute

        public Attribute​(java.lang.String id,
                         ru.ispras.fortress.data.DataType type,
                         java.util.List<Stmt> stmts)
    • Method Detail

      • getId

        public java.lang.String getId()
      • getDataType

        public ru.ispras.fortress.data.DataType getDataType()
      • getStmts

        public java.util.List<Stmt> getStmts()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object