public class WrapStruct extends Struct implements Wrapper
Wrapper.WrappedIterator| Modifier and Type | Field and Description |
|---|---|
int |
context |
arity, name, operatorType, predicateIndicator| Constructor and Description |
|---|
WrapStruct(Struct struct,
int renameVarID) |
| Modifier and Type | Method and Description |
|---|---|
Term |
getArg(int i)
Gets the i-th element of this structure
No bound check is done
|
Term |
getBasis() |
int |
getContext() |
int |
getOperatorType() |
Var[] |
getVarList() |
String |
toString()
Gets the string representation of this structure
Specific representations are provided for lists and atoms.
|
equals, iterator, toStringList, toStringSmallpublic WrapStruct(Struct struct, int renameVarID)
public int getOperatorType()
getOperatorType in class Structpublic Term getArg(int i)
Structpublic Var[] getVarList()
getVarList in class Structpublic int getContext()
getContext in interface WrapperCopyright © 2020–2024 Prolobjectlink Project. All rights reserved.