Package gw.internal.gosu.parser
Class DocCommentBlock.DocAnnotationData
- java.lang.Object
-
- gw.internal.gosu.parser.DocCommentBlock.DocAnnotationData
-
- Enclosing class:
- DocCommentBlock
private static class DocCommentBlock.DocAnnotationData extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DocAnnotationData(java.lang.Class type, java.lang.String arg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuildergetArg()IGosuAnnotationmakeAnnotation(ICompilableType ownersType, ITypeUsesMap typeUses)private java.lang.String[]makeArgs()private java.lang.String[]splitFirstArg(java.lang.String arg)
-
-
-
Method Detail
-
getArg
public java.lang.StringBuilder getArg()
-
makeAnnotation
public IGosuAnnotation makeAnnotation(ICompilableType ownersType, ITypeUsesMap typeUses)
-
makeArgs
private java.lang.String[] makeArgs()
-
splitFirstArg
private java.lang.String[] splitFirstArg(java.lang.String arg)
-
-