Class InvalidParameterAnnotation
java.lang.Object
org.openzen.zenscript.codemodel.annotations.InvalidParameterAnnotation
- All Implemented Interfaces:
ParameterAnnotation
-
Field Summary
FieldsFields inherited from interface org.openzen.zenscript.codemodel.annotations.ParameterAnnotation
NONE -
Constructor Summary
ConstructorsConstructorDescriptionInvalidParameterAnnotation(CodePosition position, CompileExceptionCode code, String message) -
Method Summary
-
Field Details
-
position
-
code
-
message
-
-
Constructor Details
-
Method Details
-
getDefinition
- Specified by:
getDefinitionin interfaceParameterAnnotation
-
apply
public void apply()- Specified by:
applyin interfaceParameterAnnotation
-