Uses of Interface
org.codehaus.janino.util.ClassFile.ConstantElementValue.Visitor
Packages that use ClassFile.ConstantElementValue.Visitor
-
Uses of ClassFile.ConstantElementValue.Visitor in org.codehaus.janino.util
Subinterfaces of ClassFile.ConstantElementValue.Visitor in org.codehaus.janino.utilModifier and TypeInterfaceDescriptionstatic interfaceClassFile.ElementValue.Visitor<R, EX extends Throwable>The visitor interface for the implementation of the "visitor" pattern.Methods in org.codehaus.janino.util with parameters of type ClassFile.ConstantElementValue.VisitorModifier and TypeMethodDescriptionprotected <R, EX extends Throwable>
RClassFile.BooleanElementValue.accept(ClassFile.ConstantElementValue.Visitor<R, EX> visitor) protected <R, EX extends Throwable>
RClassFile.ByteElementValue.accept(ClassFile.ConstantElementValue.Visitor<R, EX> visitor) protected <R, EX extends Throwable>
RClassFile.CharElementValue.accept(ClassFile.ConstantElementValue.Visitor<R, EX> visitor) protected <R, EX extends Throwable>
RClassFile.ClassElementValue.accept(ClassFile.ConstantElementValue.Visitor<R, EX> visitor) protected abstract <R, EX extends Throwable>
RClassFile.ConstantElementValue.accept(ClassFile.ConstantElementValue.Visitor<R, EX> visitor) Invokes the respective method of theClassFile.ConstantElementValue.Visitor.protected <R, EX extends Throwable>
RClassFile.DoubleElementValue.accept(ClassFile.ConstantElementValue.Visitor<R, EX> visitor) protected <R, EX extends Throwable>
RClassFile.FloatElementValue.accept(ClassFile.ConstantElementValue.Visitor<R, EX> visitor) protected <R, EX extends Throwable>
RClassFile.IntElementValue.accept(ClassFile.ConstantElementValue.Visitor<R, EX> visitor) protected <R, EX extends Throwable>
RClassFile.LongElementValue.accept(ClassFile.ConstantElementValue.Visitor<R, EX> visitor) protected <R, EX extends Throwable>
RClassFile.ShortElementValue.accept(ClassFile.ConstantElementValue.Visitor<R, EX> visitor) protected <R, EX extends Throwable>
RClassFile.StringElementValue.accept(ClassFile.ConstantElementValue.Visitor<R, EX> visitor)