- getAFun() - Method in interface aterm.ATermAppl
-
Gets the AFun object that represents the function symbol of this application
- getAFun() - Method in class aterm.pure.ATermApplImpl
-
- getAnnotation(ATerm) - Method in interface aterm.ATerm
-
Gets a annotation associated with specific label from this term.
- getAnnotation(ATerm) - Method in class aterm.pure.AFunImpl
-
- getAnnotation(ATerm) - Method in class aterm.pure.ATermImpl
-
- getAnnotations() - Method in interface aterm.ATerm
-
Gets all annotations of this term.
- getAnnotations() - Method in class aterm.pure.AFunImpl
-
- getAnnotations() - Method in class aterm.pure.ATermImpl
-
- getArgument(int) - Method in interface aterm.ATermAppl
-
Gets a specific argument of this application.
- getArgument(int) - Method in class aterm.pure.ATermApplImpl
-
- getArgumentArray() - Method in interface aterm.ATermAppl
-
Gets the arguments of this application as an array of ATerm objects.
- getArgumentArray() - Method in class aterm.pure.ATermApplImpl
-
- getArguments() - Method in interface aterm.ATermAppl
-
Gets the arguments of this application.
- getArguments() - Method in class aterm.pure.ATermApplImpl
-
- getArity() - Method in interface aterm.AFun
-
Gets the arity of this application.
- getArity() - Method in interface aterm.ATermAppl
-
Gets the arity of this application.
- getArity() - Method in class aterm.pure.AFunImpl
-
- getArity() - Method in class aterm.pure.ATermApplImpl
-
- getBlobData() - Method in interface aterm.ATermBlob
-
Gets the data in this blob.
- getBlobData() - Method in class aterm.pure.ATermBlobImpl
-
- getBlobSize() - Method in interface aterm.ATermBlob
-
Gets the size (in bytes) of the data in this blob.
- getBlobSize() - Method in class aterm.pure.ATermBlobImpl
-
- getChildAt(int) - Method in class aterm.pure.ATermVisitableImpl
-
- getChildCount() - Method in class aterm.pure.ATermVisitableImpl
-
- getEmpty() - Method in interface aterm.ATermList
-
Gets the empty list associated to this list.
- getEmpty() - Method in class aterm.pure.ATermListImpl
-
- getEmpty() - Method in class aterm.pure.PureFactory
-
- getFactory() - Method in interface aterm.ATerm
-
Retrieves the factory responsible for creating this ATerm.
- getFactory() - Method in class aterm.pure.ATermImpl
-
- getFirst() - Method in interface aterm.ATermList
-
Gets the first element of this list.
- getFirst() - Method in class aterm.pure.ATermListImpl
-
- getInstance() - Static method in class aterm.pure.SingletonFactory
-
- getInt() - Method in interface aterm.ATermInt
-
Gets the integer value from this term.
- getInt() - Method in class aterm.pure.ATermIntImpl
-
- getLast() - Method in interface aterm.ATermList
-
Gets the last element of this list.
- getLast() - Method in class aterm.pure.ATermListImpl
-
- getLength() - Method in interface aterm.ATermList
-
Gets the length (number of elements) of this list.
- getLength() - Method in class aterm.pure.ATermListImpl
-
- getLong() - Method in interface aterm.ATermLong
-
Gets the long value from this term.
- getLong() - Method in class aterm.pure.ATermLongImpl
-
- getName() - Method in interface aterm.AFun
-
Gets the name of the function symbol
- getName() - Method in interface aterm.ATermAppl
-
Gets the function name of this application.
- getName() - Method in class aterm.pure.AFunImpl
-
- getName() - Method in class aterm.pure.ATermApplImpl
-
- getNext() - Method in interface aterm.ATermList
-
Gets the tail (all but the first element) of this list.
- getNext() - Method in class aterm.pure.ATermListImpl
-
- getNrSubTerms() - Method in class aterm.pure.ATermApplImpl
-
- getNrSubTerms() - Method in class aterm.pure.ATermImpl
-
- getNrSubTerms() - Method in class aterm.pure.ATermListImpl
-
- getNrSubTerms() - Method in class aterm.pure.ATermPlaceholderImpl
-
- getNrSubTerms() - Method in class aterm.pure.ATermVisitableImpl
-
- getPlaceholder() - Method in interface aterm.ATermPlaceholder
-
Gets the type of this placeholder.
- getPlaceholder() - Method in class aterm.pure.ATermPlaceholderImpl
-
- getPrefix() - Method in interface aterm.ATermList
-
Gets the prefix (all but the last element) of this list.
- getPrefix() - Method in class aterm.pure.ATermListImpl
-
- getPureFactory() - Method in class aterm.pure.ATermImpl
-
- getReal() - Method in interface aterm.ATermReal
-
Gets the real value from this term as a double.
- getReal() - Method in class aterm.pure.ATermRealImpl
-
- getRoot() - Method in class aterm.pure.binary.BinaryReader
-
Returns the reconstructed ATerm.
- getSlice(int, int) - Method in interface aterm.ATermList
-
Gets a portion (slice) of this list.
- getSlice(int, int) - Method in class aterm.pure.ATermListImpl
-
- getSubTerm(int) - Method in class aterm.pure.ATermApplImpl
-
- getSubTerm(int) - Method in class aterm.pure.ATermImpl
-
- getSubTerm(int) - Method in class aterm.pure.ATermListImpl
-
- getSubTerm(int) - Method in class aterm.pure.ATermPlaceholderImpl
-
- getSubTerm(int) - Method in class aterm.pure.ATermVisitableImpl
-
- getType() - Method in interface aterm.ATerm
-
Gets the type of this term.
- getType() - Method in class aterm.pure.AFunImpl
-
- getType() - Method in class aterm.pure.ATermApplImpl
-
- getType() - Method in class aterm.pure.ATermBlobImpl
-
- getType() - Method in class aterm.pure.ATermIntImpl
-
- getType() - Method in class aterm.pure.ATermListImpl
-
- getType() - Method in class aterm.pure.ATermLongImpl
-
- getType() - Method in class aterm.pure.ATermPlaceholderImpl
-
- getType() - Method in class aterm.pure.ATermRealImpl
-
- getUniqueIdentifier() - Method in interface aterm.Identifiable
-
- getUniqueIdentifier() - Method in class aterm.pure.ATermImpl
-
- make(List<Object>) - Method in interface aterm.ATerm
-
Create a new term based on this term as a pattern and a list of arguments.
- make(String) - Method in interface aterm.ATermFactory
-
Equivalent of parse.
- make(String, List<Object>) - Method in interface aterm.ATermFactory
-
Creates a new ATerm given a string pattern and a list of arguments.
- make(ATerm, List<Object>) - Method in interface aterm.ATermFactory
-
Creates a new ATerm given a pattern and a list of arguments.
- make(String, Object) - Method in interface aterm.ATermFactory
-
Creates a new ATerm given a pattern and a single argument.
- make(String, Object, Object) - Method in interface aterm.ATermFactory
-
Creates a new ATerm given a pattern and a fixed number of arguments.
- make(String, Object, Object, Object) - Method in interface aterm.ATermFactory
-
Creates a new ATerm given a pattern and a fixed number of arguments.
- make(String, Object, Object, Object, Object) - Method in interface aterm.ATermFactory
-
Creates a new ATerm given a pattern and a fixed number of arguments.
- make(String, Object, Object, Object, Object, Object) - Method in interface aterm.ATermFactory
-
Creates a new ATerm given a pattern and a fixed number of arguments.
- make(String, Object, Object, Object, Object, Object, Object) - Method in interface aterm.ATermFactory
-
Creates a new ATerm given a pattern and a fixed number of arguments.
- make(String, Object, Object, Object, Object, Object, Object, Object) - Method in interface aterm.ATermFactory
-
Creates a new ATerm given a pattern and a fixed number of arguments.
- make(AFun, ATerm[], ATermList) - Method in class aterm.pure.ATermApplImpl
-
- make(AFun, ATerm[]) - Method in class aterm.pure.ATermApplImpl
-
- make(List<Object>) - Method in class aterm.pure.ATermApplImpl
-
- make(List<Object>) - Method in class aterm.pure.ATermImpl
-
- make(ATerm, ATermList) - Method in class aterm.pure.ATermListImpl
-
- make(ATerm, ATermList, ATermList) - Method in class aterm.pure.ATermListImpl
-
- make(List<Object>) - Method in class aterm.pure.ATermListImpl
-
- make(List<Object>) - Method in class aterm.pure.ATermPlaceholderImpl
-
- make(String) - Method in class aterm.pure.PureFactory
-
- make(String, List<Object>) - Method in class aterm.pure.PureFactory
-
- make(String, Object) - Method in class aterm.pure.PureFactory
-
- make(String, Object, Object) - Method in class aterm.pure.PureFactory
-
- make(String, Object, Object, Object) - Method in class aterm.pure.PureFactory
-
- make(String, Object, Object, Object, Object) - Method in class aterm.pure.PureFactory
-
- make(String, Object, Object, Object, Object, Object) - Method in class aterm.pure.PureFactory
-
- make(String, Object, Object, Object, Object, Object, Object) - Method in class aterm.pure.PureFactory
-
- make(String, Object, Object, Object, Object, Object, Object, Object) - Method in class aterm.pure.PureFactory
-
- make(ATerm, List<Object>) - Method in class aterm.pure.PureFactory
-
- makeAFun(String, int, boolean) - Method in interface aterm.ATermFactory
-
Creates an AFun object
- makeAFun(String, int, boolean) - Method in class aterm.pure.PureFactory
-
- makeAppl(AFun) - Method in interface aterm.ATermFactory
-
Creates a function application.
- makeAppl(AFun, ATerm) - Method in interface aterm.ATermFactory
-
Creates a function application.
- makeAppl(AFun, ATerm, ATerm) - Method in interface aterm.ATermFactory
-
Creates a function application.
- makeAppl(AFun, ATerm, ATerm, ATerm) - Method in interface aterm.ATermFactory
-
Creates a function application.
- makeAppl(AFun, ATerm, ATerm, ATerm, ATerm) - Method in interface aterm.ATermFactory
-
Creates a function application.
- makeAppl(AFun, ATerm, ATerm, ATerm, ATerm, ATerm) - Method in interface aterm.ATermFactory
-
Creates a function application.
- makeAppl(AFun, ATerm, ATerm, ATerm, ATerm, ATerm, ATerm) - Method in interface aterm.ATermFactory
-
Creates a function application.
- makeAppl(AFun, ATerm[]) - Method in interface aterm.ATermFactory
-
Creates a function application.
- makeAppl(AFun, ATerm[]) - Method in class aterm.pure.PureFactory
-
- makeAppl(AFun, ATerm[], ATermList) - Method in class aterm.pure.PureFactory
-
- makeAppl(AFun) - Method in class aterm.pure.PureFactory
-
- makeAppl(AFun, ATerm) - Method in class aterm.pure.PureFactory
-
- makeAppl(AFun, ATerm, ATerm) - Method in class aterm.pure.PureFactory
-
- makeAppl(AFun, ATerm, ATerm, ATerm) - Method in class aterm.pure.PureFactory
-
- makeAppl(AFun, ATerm, ATerm, ATerm, ATerm) - Method in class aterm.pure.PureFactory
-
- makeAppl(AFun, ATerm, ATerm, ATerm, ATerm, ATerm) - Method in class aterm.pure.PureFactory
-
- makeAppl(AFun, ATerm, ATerm, ATerm, ATerm, ATerm, ATerm) - Method in class aterm.pure.PureFactory
-
- makeAppl(AFun, ATerm, ATerm, ATerm, ATerm, ATerm, ATerm, ATerm) - Method in class aterm.pure.PureFactory
-
- makeApplList(AFun, ATermList) - Method in interface aterm.ATermFactory
-
Creates a function application.
- makeApplList(AFun, ATermList) - Method in class aterm.pure.PureFactory
-
- makeApplList(AFun, ATermList, ATermList) - Method in class aterm.pure.PureFactory
-
- makeBlob(byte[]) - Method in interface aterm.ATermFactory
-
Creates an ATermBlob (Binary Large OBject).
- makeBlob(byte[]) - Method in class aterm.pure.PureFactory
-
- makeBlob(byte[], ATermList) - Method in class aterm.pure.PureFactory
-
- makeInt(int) - Method in interface aterm.ATermFactory
-
Creates a new ATermInt object
- makeInt(int) - Method in class aterm.pure.PureFactory
-
- makeInt(int, ATermList) - Method in class aterm.pure.PureFactory
-
- makeList() - Method in interface aterm.ATermFactory
-
Creates an empty ATermList object
- makeList(ATerm) - Method in interface aterm.ATermFactory
-
Creates a singleton ATermList object.
- makeList(ATerm, ATermList) - Method in interface aterm.ATermFactory
-
Creates a head-tail style ATermList.
- makeList() - Method in class aterm.pure.PureFactory
-
- makeList(ATerm) - Method in class aterm.pure.PureFactory
-
- makeList(ATerm, ATermList) - Method in class aterm.pure.PureFactory
-
- makeList(ATerm, ATermList, ATermList) - Method in class aterm.pure.PureFactory
-
- makeLong(long) - Method in interface aterm.ATermFactory
-
Creates a new ATermLong object
- makeLong(long) - Method in class aterm.pure.PureFactory
-
- makeLong(long, ATermList) - Method in class aterm.pure.PureFactory
-
- makePlaceholder(ATerm) - Method in interface aterm.ATermFactory
-
Creates an ATermPlaceholder object.
- makePlaceholder(ATerm) - Method in class aterm.pure.PureFactory
-
- makePlaceholder(ATerm, ATermList) - Method in class aterm.pure.PureFactory
-
- makeReal(double) - Method in interface aterm.ATermFactory
-
Creates a new ATermReal object
- makeReal(double) - Method in class aterm.pure.PureFactory
-
- makeReal(double, ATermList) - Method in class aterm.pure.PureFactory
-
- match(String) - Method in interface aterm.ATerm
-
Matches this term against a String pattern.
- match(ATerm) - Method in interface aterm.ATerm
-
Matches this term against a term pattern.
- match(ATerm, List<Object>) - Method in class aterm.pure.ATermApplImpl
-
- match(ATerm, List<Object>) - Method in class aterm.pure.ATermBlobImpl
-
- match(String) - Method in class aterm.pure.ATermImpl
-
- match(ATerm) - Method in class aterm.pure.ATermImpl
-
- match(ATerm, List<Object>) - Method in class aterm.pure.ATermIntImpl
-
- match(ATerm, List<Object>) - Method in class aterm.pure.ATermListImpl
-
- match(ATerm, List<Object>) - Method in class aterm.pure.ATermLongImpl
-
- match(ATerm, List<Object>) - Method in class aterm.pure.ATermPlaceholderImpl
-
- match(ATerm, List<Object>) - Method in class aterm.pure.ATermRealImpl
-