Class Token
java.lang.Object
org.torqlang.klvm.Token
- All Implemented Interfaces:
Comparable<Feature>,Complete,CompleteObj,CompleteOrIdent,Composite,Feature,FeatureOrIdent,FeatureOrIdentPtn,FeatureOrVar,FormatAsKernelString,Kernel,Literal,LiteralOrIdent,LiteralOrIdentPtn,LiteralOrVar,Obj,Scalar,Value,ValueOrIdent,ValueOrIdentPtn,ValueOrPtn,ValueOrResolvedPtn,ValueOrVar,ValueOrVarSet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal <T,R> R accept(KernelVisitor<T, R> visitor, T state) final booleanfinal booleanfinal FeaturefeatureAt(int index) final CompleteFieldfieldAt(int index) final intfinal Stringfinal inthashCode()label()final Stringfinal StringtoString()final CompleteProcvalueAt(int index) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.torqlang.klvm.Complete
checkComplete, toVarMethods inherited from interface org.torqlang.klvm.CompleteObj
isValidKeyMethods inherited from interface org.torqlang.klvm.Kernel
toKernelStringMethods inherited from interface org.torqlang.klvm.Literal
bindToValue, selectMethods inherited from interface org.torqlang.klvm.Obj
entailsRecMethods inherited from interface org.torqlang.klvm.Value
add, appendToString, bindToValueOrVar, bindToVar, caseNonRecOfThis, caseOf, caseRecOfThis, checkNotFailedValue, compareValueTo, deconstruct, disentails, divide, entails, entailsValueOrIdent, entailsValueOrVar, entailsVar, greaterThan, greaterThanOrEqualTo, lessThan, lessThanOrEqualTo, modulo, multiply, negate, not, resolveValue, resolveValue, resolveValueOrIdent, resolveValueOrVar, resolveValueOrVar, subtract, unifyRecsMethods inherited from interface org.torqlang.klvm.ValueOrIdentPtn
resolveValue
-
Field Details
-
id
public final long id
-
-
Constructor Details
-
Token
public Token()
-
-
Method Details
-
accept
-
entails
-
equals
-
featureAt
-
fieldAt
- Specified by:
fieldAtin interfaceCompleteObj- Specified by:
fieldAtin interfaceComposite
-
fieldCount
public final int fieldCount()- Specified by:
fieldCountin interfaceComposite
-
formatAsKernelString
- Specified by:
formatAsKernelStringin interfaceFormatAsKernelString- Specified by:
formatAsKernelStringin interfaceObj
-
hashCode
-
label
-
toNativeValue
- Specified by:
toNativeValuein interfaceComplete
-
toString
-
valueAt
- Specified by:
valueAtin interfaceCompleteObj- Specified by:
valueAtin interfaceComposite
-