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