|
||||||||||
| 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.CompiledInterfaceDef
public class CompiledInterfaceDef
| 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 | |
|---|---|
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)
|
|
| Method Summary | |
|---|---|
boolean |
isInterface()
Return true for an interface 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, isAbstract, loadClassDef, newInstance, staticFieldSet, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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)
| Method Detail |
|---|
public boolean isInterface()
ClassDef
isInterface in class ClassDef
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||