|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.jparsec.examples.common.ValueObject
org.codehaus.jparsec.examples.java.ast.statement.ParameterDef
public final class ParameterDef
Represents a parameter definition.
| Field Summary | |
|---|---|
List<Modifier> |
modifiers
|
String |
name
|
TypeLiteral |
type
|
boolean |
vararg
|
| Constructor Summary | |
|---|---|
ParameterDef(List<Modifier> modifiers,
TypeLiteral type,
boolean vararg,
String name)
|
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class org.codehaus.jparsec.examples.common.ValueObject |
|---|
equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final List<Modifier> modifiers
public final TypeLiteral type
public final boolean vararg
public final String name
| Constructor Detail |
|---|
public ParameterDef(List<Modifier> modifiers,
TypeLiteral type,
boolean vararg,
String name)
| Method Detail |
|---|
public String toString()
toString in class ValueObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||