Class ParsedNamedType
java.lang.Object
org.openzen.zenscript.parser.type.ParsedNamedType
- All Implemented Interfaces:
IParsedType
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParsedNamedType(CodePosition position, List<ParsedNamedType.ParsedNamePart> name) -
Method Summary
Modifier and TypeMethodDescriptioncompile(TypeResolutionContext context) compileAnnotation(BaseScope scope) TypeID[]compileTypeArguments(BaseScope scope) toString()
-
Field Details
-
name
-
-
Constructor Details
-
Method Details
-
compile
- Specified by:
compilein interfaceIParsedType
-
toString
-
compileAnnotation
- Specified by:
compileAnnotationin interfaceIParsedType
-
compileTypeArguments
- Specified by:
compileTypeArgumentsin interfaceIParsedType
-