Class ParsedFunction
java.lang.Object
org.openzen.zenscript.parser.ParsedDefinition
org.openzen.zenscript.parser.definitions.ParsedFunction
-
Field Summary
Fields inherited from class org.openzen.zenscript.parser.ParsedDefinition
annotations, modifiers, pkg, position -
Method Summary
Modifier and TypeMethodDescriptionvoidgetCompiling(TypeResolutionContext context) voidlinkTypes(TypeResolutionContext context) static ParsedFunctionparseFunction(CompilingPackage pkg, CodePosition position, int modifiers, ParsedAnnotation[] annotations, ZSTokenParser parser, HighLevelDefinition outerDefinition) voidregisterMembers(BaseScope scope, PrecompilationState state) Methods inherited from class org.openzen.zenscript.parser.ParsedDefinition
getModifiers, getName, getPosition, parse
-
Method Details
-
getCompiled
- Specified by:
getCompiledin classParsedDefinition
-
linkTypes
- Specified by:
linkTypesin classParsedDefinition
-
registerMembers
- Specified by:
registerMembersin classParsedDefinition
-
compile
- Specified by:
compilein classParsedDefinition
-
getCompiling
- Specified by:
getCompilingin classParsedDefinition