Package manifold.api.gen
Class SrcAnnotationExpression
- Direct Known Subclasses:
SrcAnnotationArrayExpression
-
Field Summary
Fields inherited from class manifold.api.gen.SrcAnnotated
NON_SEALED, SEALEDFields inherited from class manifold.api.gen.SrcElement
INDENT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddArgument(String paramName, Class type, Object value) addArgument(String paramName, SrcType type, Object value) addArgument(SrcArgument arg) copy()getArgument(String paramName) render(StringBuilder sb, int indent) render(StringBuilder sb, int indent, boolean sameLine) Methods inherited from class manifold.api.gen.SrcAnnotated
addAnnotation, addAnnotation, addAnnotation, addParam, addParam, addParam, addParam, clearUserData, computeOrGetUserData, forwardParameters, getAnnotation, getAnnotations, getModifiers, getParameters, getSimpleName, getUserData, hasAnnotation, hasAnnotation, insertParam, modifiers, modifiers, modifiersFrom, name, removeUserData, renderAnnotations, renderAnnotations, renderArgumenets, renderModifiers, renderModifiers, renderParameters, renderParameters, withUserDataMethods inherited from class manifold.api.gen.SrcElement
getOwner, indent, makeCompileTimeConstantValue, setOwner, toString
-
Constructor Details
-
SrcAnnotationExpression
-
SrcAnnotationExpression
-
-
Method Details
-
addArgument
-
addArgument
-
addArgument
-
copy
- Specified by:
copyin classSrcExpression<SrcAnnotationExpression>
-
getAnnotationType
-
getArguments
-
getArgument
-
render
- Specified by:
renderin classSrcElement
-
render
-