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, toStringSmall
public WrapStruct(Struct struct, int renameVarID)
public int getOperatorType()
getOperatorType
in class Struct
public Term getArg(int i)
Struct
public Var[] getVarList()
getVarList
in class Struct
public int getContext()
getContext
in interface Wrapper
Copyright © 2020–2024 Prolobjectlink Project. All rights reserved.