Class ParsedCallArguments
java.lang.Object
org.openzen.zenscript.parser.expression.ParsedCallArguments
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParsedCallArguments(List<IParsedType> typeArguments, List<ParsedExpression> arguments) -
Method Summary
Modifier and TypeMethodDescriptioncompileCall(CodePosition position, ExpressionScope scope, TypeID[] typeArguments, List<FunctionHeader> candidateFunctions) compileCall(CodePosition position, ExpressionScope scope, TypeID[] typeArguments, FunctionHeader function) compileCall(CodePosition position, ExpressionScope scope, TypeID[] genericParameters, TypeMemberGroup member) static ParsedCallArgumentsparse(ZSTokenParser tokens) static ParsedCallArgumentsparseForAnnotation(ZSTokenParser tokens)
-
Field Details
-
NONE
-
arguments
-
-
Constructor Details
-
ParsedCallArguments
-
-
Method Details
-
parse
- Throws:
ParseException
-
parseForAnnotation
- Throws:
ParseException
-