| Package | Description |
|---|---|
| org.codehaus.janino.util |
Application-independent helper classes.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ClassFile.ElementValue.Visitor<R,EX extends Throwable>
The visitor interface for the implementation of the "visitor" pattern.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract <R,EX extends Throwable> |
ClassFile.ConstantElementValue.accept(ClassFile.ConstantElementValue.Visitor<R,EX> visitor)
Invokes the respective method of the
ClassFile.ConstantElementValue.Visitor. |
protected <R,EX extends Throwable> |
ClassFile.ByteElementValue.accept(ClassFile.ConstantElementValue.Visitor<R,EX> visitor) |
protected <R,EX extends Throwable> |
ClassFile.CharElementValue.accept(ClassFile.ConstantElementValue.Visitor<R,EX> visitor) |
protected <R,EX extends Throwable> |
ClassFile.DoubleElementValue.accept(ClassFile.ConstantElementValue.Visitor<R,EX> visitor) |
protected <R,EX extends Throwable> |
ClassFile.FloatElementValue.accept(ClassFile.ConstantElementValue.Visitor<R,EX> visitor) |
protected <R,EX extends Throwable> |
ClassFile.IntElementValue.accept(ClassFile.ConstantElementValue.Visitor<R,EX> visitor) |
protected <R,EX extends Throwable> |
ClassFile.LongElementValue.accept(ClassFile.ConstantElementValue.Visitor<R,EX> visitor) |
protected <R,EX extends Throwable> |
ClassFile.ShortElementValue.accept(ClassFile.ConstantElementValue.Visitor<R,EX> visitor) |
protected <R,EX extends Throwable> |
ClassFile.BooleanElementValue.accept(ClassFile.ConstantElementValue.Visitor<R,EX> visitor) |
protected <R,EX extends Throwable> |
ClassFile.StringElementValue.accept(ClassFile.ConstantElementValue.Visitor<R,EX> visitor) |
protected <R,EX extends Throwable> |
ClassFile.ClassElementValue.accept(ClassFile.ConstantElementValue.Visitor<R,EX> visitor) |
Copyright © 2019. All rights reserved.