Package org.codehaus.janino.util
Class ClassFile.ShortElementValue
java.lang.Object
org.codehaus.janino.util.ClassFile.ConstantElementValue
org.codehaus.janino.util.ClassFile.ShortElementValue
- All Implemented Interfaces:
ClassFile.ElementValue
- Enclosing class:
ClassFile
-
Nested Class Summary
Nested classes/interfaces inherited from class org.codehaus.janino.util.ClassFile.ConstantElementValue
ClassFile.ConstantElementValue.Visitor<R,
EX extends Throwable> -
Field Summary
Fields inherited from class org.codehaus.janino.util.ClassFile.ConstantElementValue
constantValueIndex
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <R,
EX extends 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
-
Constructor Details
-
ShortElementValue
public ShortElementValue(short constantValueIndex)
-
-
Method Details
-
accept
protected <R,EX extends Throwable> R accept(ClassFile.ConstantElementValue.Visitor<R, EX> visitor) throws EXDescription copied from class:ClassFile.ConstantElementValue
Invokes the respective method of theClassFile.ConstantElementValue.Visitor
.- Specified by:
accept
in classClassFile.ConstantElementValue
- Throws:
EX
-