public class CompiledInterfaceDef extends CompiledClassDef
ClassDef.FieldEntry, ClassDef.StaticFieldEntry
_fieldMap, _isFinal, _parent
NULL_STRING_ARRAY
Constructor and Description |
---|
CompiledInterfaceDef(Location location,
java.lang.String name,
java.lang.String parent,
java.lang.String[] ifaceList) |
CompiledInterfaceDef(java.lang.String name,
java.lang.String parent,
java.lang.String[] ifaceList) |
Modifier and Type | Method and Description |
---|---|
boolean |
isInterface()
Return true for an interface 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, isAbstract, isTrait, loadClassDef, staticFieldSet, toString
public CompiledInterfaceDef(java.lang.String name, java.lang.String parent, java.lang.String[] ifaceList)
public CompiledInterfaceDef(Location location, java.lang.String name, java.lang.String parent, java.lang.String[] ifaceList)
public boolean isInterface()
ClassDef
isInterface
in class ClassDef