Class FieldDef
java.lang.Object
org.torqlang.klvm.FieldDef
- All Implemented Interfaces:
Decl,DeclOrInstr,Kernel
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFieldDef(FeatureOrIdent feature, CompleteOrIdent value, SourceSpan sourceSpan) -
Method Summary
Modifier and TypeMethodDescriptionfinal <T,R> R accept(KernelVisitor<T, R> visitor, T state) final voidcaptureLexicallyFree(Set<Ident> knownBound, Set<Ident> lexicallyFree) 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
-
feature
-
value
-
sourceSpan
-
-
Constructor Details
-
FieldDef
-
-
Method Details
-
accept
-
captureLexicallyFree
- Specified by:
captureLexicallyFreein interfaceDeclOrInstr
-
toString
-