public class CompiledAbstractClassDef extends CompiledClassDef
ClassDef.FieldEntry, ClassDef.StaticFieldEntry
_fieldMap, _isFinal, _parent
NULL_STRING_ARRAY
Constructor and Description |
---|
CompiledAbstractClassDef(Location location,
java.lang.String name,
java.lang.String parent,
java.lang.String[] ifaceList,
java.lang.String[] traitList) |
Modifier and Type | Method and Description |
---|---|
boolean |
isAbstract()
Return true for an abstract class.
|
addFieldIndex, callNew, callNew, findConstructor, findFieldIndex, get, getArg, getArgRef, getArray, getField, getFieldNames, getObject, getRef, initClassDef, initClassFields, initClassMethods, initInstance, isFinal, newInstance, put, put, putRef, remove
addInterface, addInterfaces, addTrait, addTraitAlias, addTraitInsteadOf, addTraits, createObject, fieldSet, findConstant, functionSet, getCall, getCallStatic, getComment, getExtension, getFieldComment, getInterfaces, getLocation, getName, getParentName, getSerialize, getStaticFieldComment, getTraitAliasMap, getTraitInsteadofMap, getTraits, getUnserialize, hasNonPublicMethods, hasTrait, init, init, isA, isInterface, isTrait, loadClassDef, staticFieldSet, toString
public CompiledAbstractClassDef(Location location, java.lang.String name, java.lang.String parent, java.lang.String[] ifaceList, java.lang.String[] traitList)
public boolean isAbstract()
ClassDef
isAbstract
in class ClassDef