|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.janino.util.ClassFile.ConstantPoolInfo
public abstract static class ClassFile.ConstantPoolInfo
Base for various the constant pool table entry types.
| Constructor Summary | |
|---|---|
ClassFile.ConstantPoolInfo()
|
|
| Method Summary | |
|---|---|
protected abstract boolean |
isWide()
|
protected abstract void |
store(java.io.DataOutputStream dos)
Stores this CP entry into the given DataOutputStream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassFile.ConstantPoolInfo()
| Method Detail |
|---|
protected abstract void store(java.io.DataOutputStream dos)
throws java.io.IOException
DataOutputStream.
See JVMS7 4.4.1 and following
java.io.IOExceptionprotected abstract boolean isWide()
|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||