| Package | Description |
|---|---|
| org.codehaus.janino.util |
Application-independent helper classes.
|
| Modifier and Type | Method and Description |
|---|---|
<R,EX extends Throwable> |
ClassFile.ElementValue.accept(ClassFile.ElementValue.Visitor<R,EX> visitor)
Invokes the respective method of the
ClassFile.ElementValue.Visitor. |
<R,EX extends Throwable> |
ClassFile.ConstantElementValue.accept(ClassFile.ElementValue.Visitor<R,EX> visitor) |
<R,EX extends Throwable> |
ClassFile.EnumConstValue.accept(ClassFile.ElementValue.Visitor<R,EX> visitor) |
<R,EX extends Throwable> |
ClassFile.ArrayElementValue.accept(ClassFile.ElementValue.Visitor<R,EX> visitor) |
<R,EX extends Throwable> |
ClassFile.Annotation.accept(ClassFile.ElementValue.Visitor<R,EX> visitor) |
Copyright © 2019. All rights reserved.