Package gw.internal.gosu.parser
Class StandardJavaAnnotationConstructor
- java.lang.Object
-
- gw.internal.gosu.parser.StandardJavaAnnotationConstructor
-
- All Implemented Interfaces:
IConstructorHandler
class StandardJavaAnnotationConstructor extends java.lang.Object implements IConstructorHandler
-
-
Field Summary
Fields Modifier and Type Field Description private JavaTypeInfojavaTypeInfoprivate IJavaClassMethod[]methods
-
Constructor Summary
Constructors Constructor Description StandardJavaAnnotationConstructor(JavaTypeInfo javaTypeInfo, IJavaClassMethod[] methods)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectnewInstance(java.lang.Object... args)
-
-
-
Field Detail
-
methods
private final IJavaClassMethod[] methods
-
javaTypeInfo
private JavaTypeInfo javaTypeInfo
-
-
Constructor Detail
-
StandardJavaAnnotationConstructor
public StandardJavaAnnotationConstructor(JavaTypeInfo javaTypeInfo, IJavaClassMethod[] methods)
-
-
Method Detail
-
newInstance
public java.lang.Object newInstance(java.lang.Object... args)
- Specified by:
newInstancein interfaceIConstructorHandler
-
-