|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.quercus.program.ClassDef
com.caucho.quercus.env.CompiledClassDef
com.caucho.quercus.env.CompiledAbstractClassDef
public class CompiledAbstractClassDef
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.caucho.quercus.program.ClassDef |
---|
ClassDef.FieldEntry, ClassDef.StaticFieldEntry |
Field Summary |
---|
Fields inherited from class com.caucho.quercus.env.CompiledClassDef |
---|
_extFields, _isFinal, _parent |
Constructor Summary | |
---|---|
CompiledAbstractClassDef(Location location,
java.lang.String name,
java.lang.String parent,
java.lang.String[] ifaceList)
|
Method Summary | |
---|---|
boolean |
isAbstract()
Return true for an abstract class. |
Methods inherited from class com.caucho.quercus.env.CompiledClassDef |
---|
addFieldIndex, callNew, callNew, findConstructor, findFieldIndex, get, getArg, getArgRef, getArray, getFieldNames, getObject, getRef, initClass, initClassDef, initInstance, isFinal, newInstance, put, put, putRef, remove |
Methods inherited from class com.caucho.quercus.program.ClassDef |
---|
addInterface, addInterfaces, createObject, fieldSet, findConstant, functionSet, getCall, getComment, getExtension, getFieldComment, getInterfaces, getLocation, getName, getParentName, getStaticFieldComment, hasNonPublicMethods, init, init, isA, isInterface, loadClassDef, newInstance, staticFieldSet, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CompiledAbstractClassDef(Location location, java.lang.String name, java.lang.String parent, java.lang.String[] ifaceList)
Method Detail |
---|
public boolean isAbstract()
ClassDef
isAbstract
in class ClassDef
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |