org.jmlspecs.jml4.fspv.theory.ast
Class TheoryAllocationExpression

java.lang.Object
  extended by org.jmlspecs.jml4.fspv.theory.ast.TheoryNode
      extended by org.jmlspecs.jml4.fspv.theory.ast.TheoryStatement
          extended by org.jmlspecs.jml4.fspv.theory.ast.TheoryExpression
              extended by org.jmlspecs.jml4.fspv.theory.ast.TheoryAllocationExpression

public class TheoryAllocationExpression
extends TheoryExpression


Field Summary
 TheoryExpression[] arguments
           
 
Fields inherited from class org.jmlspecs.jml4.fspv.theory.ast.TheoryNode
base, enclosingTheory
 
Constructor Summary
TheoryAllocationExpression(ASTNode base, Theory theory, TheoryExpression[] arguments)
           
 
Method Summary
 java.lang.String getEnclosingType()
           
 java.lang.String getProcedureName()
           
 java.lang.String getType()
           
 void traverse(TheoryVisitor visitor)
           
 
Methods inherited from class org.jmlspecs.jml4.fspv.theory.ast.TheoryNode
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

arguments

public final TheoryExpression[] arguments
Constructor Detail

TheoryAllocationExpression

public TheoryAllocationExpression(ASTNode base,
                                  Theory theory,
                                  TheoryExpression[] arguments)
Method Detail

traverse

public void traverse(TheoryVisitor visitor)
Specified by:
traverse in class TheoryNode

getEnclosingType

public java.lang.String getEnclosingType()

getProcedureName

public java.lang.String getProcedureName()

getType

public java.lang.String getType()
Specified by:
getType in class TheoryExpression