|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mvel2.asm.tree.ParameterNode
public class ParameterNode
A node that represents a parameter access and name.
| Field Summary | |
|---|---|
int |
access
The parameter's access flags (see Opcodes). |
String |
name
The parameter's name. |
| Constructor Summary | |
|---|---|
ParameterNode(String name,
int access)
Constructs a new ParameterNode. |
|
| Method Summary | |
|---|---|
void |
accept(MethodVisitor mv)
Makes the given visitor visit this parameter declaration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String name
public int access
Opcodes).
Valid values are ACC_FINAL, ACC_SYNTHETIC and
ACC_MANDATED.
| Constructor Detail |
|---|
public ParameterNode(String name,
int access)
ParameterNode.
access - The parameter's access flags. Valid values are
ACC_FINAL, ACC_SYNTHETIC or/and
ACC_MANDATED (see Opcodes).name - the parameter's name.| Method Detail |
|---|
public void accept(MethodVisitor mv)
mv - a method visitor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||