Class Symbol
- java.lang.Object
-
- org.sosy_lab.java_smt.solvers.opensmt.api.Symbol
-
public class Symbol extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protectedSymbol(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()VectorSRefgetArgTypes()protected static longgetCPtr(Symbol obj)booleanisInterpreted()SRefrsort()intsize()protected static longswigRelease(Symbol obj)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(Symbol obj)
-
swigRelease
protected static long swigRelease(Symbol obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classjava.lang.Object
-
delete
public void delete()
-
size
public int size()
-
rsort
public SRef rsort()
-
isInterpreted
public boolean isInterpreted()
-
getArgTypes
public VectorSRef getArgTypes()
-
-