Serialized Form


Package org.codehaus.gmaven.runtime.support.stubgen

Class org.codehaus.gmaven.runtime.support.stubgen.UnexpectedNodeException extends RuntimeException implements Serializable

Class org.codehaus.gmaven.runtime.support.stubgen.UnsupportedFeatureException extends RuntimeException implements Serializable


Package org.codehaus.gmaven.runtime.support.stubgen.model

Class org.codehaus.gmaven.runtime.support.stubgen.model.AnnotationDef extends ClassDef implements Serializable

Class org.codehaus.gmaven.runtime.support.stubgen.model.ClassDef extends Entity implements Serializable

Serialized Fields

type

ClassDef.Type type

parent

SourceDef parent

superClass

TypeDef superClass

implementz

Set implementz

fields

Set fields

methods

Set methods

Class org.codehaus.gmaven.runtime.support.stubgen.model.ConstructorDef extends MethodDef implements Serializable

Serialized Fields

magic

boolean magic

superType

String superType

superParameters

Set superParameters

Class org.codehaus.gmaven.runtime.support.stubgen.model.Element extends Object implements Serializable

Class org.codehaus.gmaven.runtime.support.stubgen.model.Entity extends NamedElement implements Serializable

Serialized Fields

javaDoc

JavaDocDef javaDoc

modifiers

ModifiersDef modifiers

Class org.codehaus.gmaven.runtime.support.stubgen.model.EnumConstantDef extends NamedElement implements Serializable

Class org.codehaus.gmaven.runtime.support.stubgen.model.EnumDef extends ClassDef implements Serializable

Serialized Fields

constants

Set constants

Class org.codehaus.gmaven.runtime.support.stubgen.model.FieldDef extends Entity implements Serializable

Serialized Fields

parent

ClassDef parent

type

TypeDef type

Class org.codehaus.gmaven.runtime.support.stubgen.model.ImportDef extends Element implements Serializable

Serialized Fields

isStatic

boolean isStatic

packageName

String packageName

type

String type

wildcard

boolean wildcard

alias

String alias

Class org.codehaus.gmaven.runtime.support.stubgen.model.InterfaceDef extends ClassDef implements Serializable

Class org.codehaus.gmaven.runtime.support.stubgen.model.JavaDocDef extends Element implements Serializable

Serialized Fields

comment

String comment

tags

Set tags

Class org.codehaus.gmaven.runtime.support.stubgen.model.MethodDef extends Entity implements Serializable

Serialized Fields

type

MethodDef.Type type

parent

ClassDef parent

returns

TypeDef returns

parameters

Set parameters

throwz

Set throwz

Class org.codehaus.gmaven.runtime.support.stubgen.model.ModifiersDef extends Element implements Serializable

Serialized Fields

values

Set values

Class org.codehaus.gmaven.runtime.support.stubgen.model.NamedElement extends Element implements Serializable

Serialized Fields

name

String name

Class org.codehaus.gmaven.runtime.support.stubgen.model.PackageDef extends NamedElement implements Serializable

Serialized Fields

parent

SourceDef parent

Class org.codehaus.gmaven.runtime.support.stubgen.model.ParameterDef extends NamedElement implements Serializable

Serialized Fields

parent

MethodDef parent

type

TypeDef type

modifiers

ModifiersDef modifiers

Class org.codehaus.gmaven.runtime.support.stubgen.model.SourceDef extends Element implements Serializable

Serialized Fields

url

URL url

type

SourceType type

pkg

PackageDef pkg

imports

Set imports

classes

Set classes

statements

List statements

Class org.codehaus.gmaven.runtime.support.stubgen.model.SuperParameterDef extends Element implements Serializable

Serialized Fields

parent

ConstructorDef parent

type

TypeDef type

Class org.codehaus.gmaven.runtime.support.stubgen.model.TagDef extends NamedElement implements Serializable

Serialized Fields

value

String value

parameters

String[] parameters

namedParameters

Map namedParameters

Class org.codehaus.gmaven.runtime.support.stubgen.model.TypeDef extends NamedElement implements Serializable

Serialized Fields

dimensions

int dimensions

Class org.codehaus.gmaven.runtime.support.stubgen.model.TypeParameterDef extends Element implements Serializable


Package org.codehaus.gmaven.runtime.support.stubgen.parser

Class org.codehaus.gmaven.runtime.support.stubgen.parser.ParseException extends Exception implements Serializable

Serialized Fields

location

ParseException.Location location



Copyright © 2006-2012 Codehaus. All Rights Reserved.