Package gw.internal.gosu.parser
Class GosuDocAnnotation
java.lang.Object
gw.internal.gosu.parser.GosuDocAnnotation
- All Implemented Interfaces:
IGosuAnnotation,Serializable
Holds annotation information for a feature
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String[]private Expressionprivate ICompilableTypeprivate IType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprivate Expression[]exprArray(Expression... exprs) getName()getType()private <T extends ParsedElement>
TinitLocation(T pe) private StringbooleanbooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gw.internal.gosu.parser.IGosuAnnotation
isJavaAnnotation
-
Field Details
-
_type
-
_args
-
_expression
-
_ownersType
-
-
Constructor Details
-
GosuDocAnnotation
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceIGosuAnnotation
-
getType
- Specified by:
getTypein interfaceIGosuAnnotation
-
getNewExpressionAsString
- Specified by:
getNewExpressionAsStringin interfaceIGosuAnnotation
-
getExpression
- Specified by:
getExpressionin interfaceIGosuAnnotation
-
clearExpression
public void clearExpression()- Specified by:
clearExpressionin interfaceIGosuAnnotation
-
shouldPersistToClass
public boolean shouldPersistToClass()- Specified by:
shouldPersistToClassin interfaceIGosuAnnotation
-
shouldRetainAtRuntime
public boolean shouldRetainAtRuntime()- Specified by:
shouldRetainAtRuntimein interfaceIGosuAnnotation
-
getOwnersType
- Specified by:
getOwnersTypein interfaceIGosuAnnotation
-
getTarget
- Specified by:
getTargetin interfaceIGosuAnnotation
-
exprArray
-
initLocation
-
makeArgsForNewExpression
-