Class IdentPtn
java.lang.Object
org.torqlang.klvm.IdentPtn
- All Implemented Interfaces:
Decl,DeclOrInstr,FeatureOrIdentPtn,Kernel,LiteralOrIdentPtn,Ptn,ValueOrIdentPtn,ValueOrPtn
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal <T,R> R accept(KernelVisitor<T, R> visitor, T state) final voidcaptureLexicallyFree(Set<Ident> knownBound, Set<Ident> lexicallyFree) final ValueOrResolvedPtncaseNonRecOfThis(Value nonRecValue, Env env) final ValueOrResolvedPtncaseRecOfThis(Rec rec, Env env) final ValueresolveValue(Env env) final ValueOrIdentresolveValueOrIdent(Env env) final StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.torqlang.klvm.Kernel
toKernelString
-
Field Details
-
ident
-
escaped
public final boolean escaped
-
-
Constructor Details
-
IdentPtn
-
IdentPtn
-
-
Method Details
-
accept
-
captureLexicallyFree
- Specified by:
captureLexicallyFreein interfaceDeclOrInstr- Specified by:
captureLexicallyFreein interfacePtn
-
caseNonRecOfThis
- Specified by:
caseNonRecOfThisin interfaceValueOrPtn- Throws:
WaitException
-
caseRecOfThis
- Specified by:
caseRecOfThisin interfaceValueOrPtn- Throws:
WaitException
-
resolveValue
- Specified by:
resolveValuein interfaceValueOrIdentPtn- Throws:
WaitException
-
resolveValueOrIdent
- Specified by:
resolveValueOrIdentin interfaceValueOrIdentPtn- Throws:
WaitException
-
toString
-