Package org.codehaus.janino.util
Class ClassFile.DoubleElementValue
- java.lang.Object
-
- org.codehaus.janino.util.ClassFile.ConstantElementValue
-
- org.codehaus.janino.util.ClassFile.DoubleElementValue
-
- All Implemented Interfaces:
ClassFile.ElementValue
- Enclosing class:
- ClassFile
public static final class ClassFile.DoubleElementValue extends ClassFile.ConstantElementValue
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.codehaus.janino.util.ClassFile.ConstantElementValue
ClassFile.ConstantElementValue.Visitor<R,EX extends java.lang.Throwable>
-
-
Field Summary
-
Fields inherited from class org.codehaus.janino.util.ClassFile.ConstantElementValue
constantValueIndex
-
-
Constructor Summary
Constructors Constructor Description DoubleElementValue(short constantValueIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <R,EX extends java.lang.Throwable>
Raccept(ClassFile.ConstantElementValue.Visitor<R,EX> visitor)Invokes the respective method of theClassFile.ConstantElementValue.Visitor.-
Methods inherited from class org.codehaus.janino.util.ClassFile.ConstantElementValue
accept, getTag, store
-
-
-
-
Method Detail
-
accept
protected <R,EX extends java.lang.Throwable> R accept(ClassFile.ConstantElementValue.Visitor<R,EX> visitor) throws EX extends java.lang.Throwable
Description copied from class:ClassFile.ConstantElementValueInvokes the respective method of theClassFile.ConstantElementValue.Visitor.- Specified by:
acceptin classClassFile.ConstantElementValue- Throws:
EX extends java.lang.Throwable
-
-