public interface PackageClass extends ClassDeclaration
Declaration
subinterface for the class declaration heirarchy. A
PackageClass
is a class that can be found directly within a
compilation unit.Access.AccessType
Modifier and Type | Method and Description |
---|---|
PackageClass |
addSerializable()
Add the java.io.Serializable interface to the class together with an
import and the static field necessary.
|
addImplements, addImport, addImport, getConstructors, getExtends, getFields, getImplements, getInnerClasses, getMethods, getMethods, getStaticInitializers, isAbstract, isAbstract, isMethodAlreadyDefined, newConstructor, newField, newField, newInnerClass, newInnerInterface, newMethod, newMethod, newStaticInitializer, removeImplements, setExtends
asClassType, getMembers, getUnit, removeMember, setComparator
addAnnotation, addAnnotation, getAnnotations, getName, isFinal, isFinal, isStatic, isStatic, setName
javadoc
applyStyle, cast, getComment, isActive, isBlockWithAbruptCompletion, setComment, toCode, visit, vm
PackageClass addSerializable()
Copyright © 2000–2018 jenesis4java. All rights reserved.