Class Bool
java.lang.Object
org.torqlang.klvm.Bool
- 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 -
Method Summary
Modifier and TypeMethodDescriptionfinal <T,R> R accept(KernelVisitor<T, R> visitor, T state) final StringappendToString(String string) final booleanfinal FeaturefeatureAt(int index) final CompleteFieldfieldAt(int index) final intfinal Stringfinal BoolgreaterThan(Value right) final BoolgreaterThanOrEqualTo(Value right) final inthashCode()final Literallabel()final Boolfinal BoollessThanOrEqualTo(Value right) final Boolnot()static Boolof(boolean value) final Booleanfinal 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, bindToValueOrVar, bindToVar, caseNonRecOfThis, caseOf, caseRecOfThis, checkNotFailedValue, compareValueTo, deconstruct, disentails, divide, entails, entails, entailsValueOrIdent, entailsValueOrVar, entailsVar, modulo, multiply, negate, resolveValue, resolveValue, resolveValueOrIdent, resolveValueOrVar, resolveValueOrVar, subtract, unifyRecsMethods inherited from interface org.torqlang.klvm.ValueOrIdentPtn
resolveValue
-
Field Details
-
FALSE
-
TRUE
-
value
public final boolean value
-
-
Method Details
-
of
-
accept
-
appendToString
- Specified by:
appendToStringin interfaceValue
-
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
-
greaterThan
- Specified by:
greaterThanin interfaceValue
-
greaterThanOrEqualTo
- Specified by:
greaterThanOrEqualToin interfaceValue
-
hashCode
-
label
-
lessThan
-
lessThanOrEqualTo
- Specified by:
lessThanOrEqualToin interfaceValue
-
not
-
toNativeValue
- Specified by:
toNativeValuein interfaceComplete
-
toString
-
valueAt
- Specified by:
valueAtin interfaceCompleteObj- Specified by:
valueAtin interfaceComposite
-