Uses of Class
org.rumbledb.expressions.scripting.annotations.Annotation
Packages that use Annotation
Package
Description
-
Uses of Annotation in org.rumbledb.expressions.module
Methods in org.rumbledb.expressions.module that return types with arguments of type AnnotationConstructor parameters in org.rumbledb.expressions.module with type arguments of type AnnotationModifierConstructorDescriptionVariableDeclaration
(Name variableName, boolean external, SequenceType sequenceType, Expression expression, List<Annotation> annotations, ExceptionMetadata metadata) -
Uses of Annotation in org.rumbledb.expressions.primary
Methods in org.rumbledb.expressions.primary that return types with arguments of type AnnotationConstructor parameters in org.rumbledb.expressions.primary with type arguments of type AnnotationModifierConstructorDescriptionInlineFunctionExpression
(List<Annotation> annotations, Name name, Map<Name, SequenceType> params, SequenceType returnType, StatementsAndOptionalExpr body, boolean isExternal, ExceptionMetadata metadata) InlineFunctionExpression
(List<Annotation> annotations, Name name, Map<Name, SequenceType> params, SequenceType returnType, StatementsAndOptionalExpr body, ExceptionMetadata metadata) -
Uses of Annotation in org.rumbledb.expressions.scripting.annotations
Method parameters in org.rumbledb.expressions.scripting.annotations with type arguments of type AnnotationModifier and TypeMethodDescriptionstatic boolean
Annotation.checkAssignable
(List<Annotation> annotations, boolean defaultAssignable, ExceptionMetadata exceptionMetadata) -
Uses of Annotation in org.rumbledb.expressions.scripting.declaration
Methods in org.rumbledb.expressions.scripting.declaration that return types with arguments of type AnnotationConstructor parameters in org.rumbledb.expressions.scripting.declaration with type arguments of type AnnotationModifierConstructorDescriptionVariableDeclStatement
(List<Annotation> annotations, Name variableName, SequenceType variableSequenceType, Expression variableExpression, ExceptionMetadata metadata)