public final class Parameter extends Node implements NodeWithType<Parameter,Type>, NodeWithAnnotations<Parameter>, NodeWithSimpleName<Parameter>, NodeWithModifiers<Parameter>
int abc(String x, float
y) {...}Node.ObserverRegistrationModeABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION, prettyPrinterNoCommentsConfiguration| Constructor and Description |
|---|
Parameter() |
Parameter(EnumSet<Modifier> modifiers,
Type type,
SimpleName name) |
Parameter(Range range,
EnumSet<Modifier> modifiers,
NodeList<AnnotationExpr> annotations,
Type type,
boolean isVarArgs,
SimpleName name) |
Parameter(Type type,
SimpleName name) |
Parameter(Type type,
String name)
Creates a new
Parameter. |
| Modifier and Type | Method and Description |
|---|---|
<R,A> R |
accept(GenericVisitor<R,A> v,
A arg)
Accept method for visitor support.
|
<A> void |
accept(VoidVisitor<A> v,
A arg)
Accept method for visitor support.
|
NodeList<AnnotationExpr> |
getAnnotations() |
EnumSet<Modifier> |
getModifiers()
Return the modifiers of this parameter declaration.
|
SimpleName |
getName() |
List<NodeList<?>> |
getNodeLists()
The list of NodeLists owned by this node.
|
Type |
getType()
Gets the type
|
boolean |
isVarArgs() |
Parameter |
setAnnotations(NodeList<AnnotationExpr> annotations) |
Parameter |
setModifiers(EnumSet<Modifier> modifiers) |
Parameter |
setName(SimpleName name) |
Parameter |
setType(Type type)
Sets the type
|
Parameter |
setVarArgs(boolean isVarArgs) |
addOrphanComment, clone, containsWithin, equals, getAllContainedComments, getBegin, getChildNodes, getComment, getData, getEnd, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getRange, hasComment, hashCode, hasJavaDocComment, isPositionedAfter, isPositionedBefore, isRegistered, notifyPropertyChange, register, register, registerForSubtree, remove, removeOrphanComment, setAsParentNodeOf, setBlockComment, setComment, setData, setLineComment, setParentNode, setRange, toString, toString, tryAddImportToParentCompilationUnit, unregisterfinalize, getClass, notify, notifyAll, wait, wait, waitsetType, setTypeaddAnnotation, addAnnotation, addAnnotation, addMarkerAnnotation, addMarkerAnnotation, addSingleMemberAnnotation, addSingleMemberAnnotation, getAnnotation, getAnnotationByClass, getAnnotationByName, isAnnotationPresent, isAnnotationPresent, setAnnotationgetNameAsString, setNameaddModifier, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatilegetAncestorOfType, setAsParentNodeOf, setAsParentNodeOfpublic Parameter()
public Parameter(Type type, SimpleName name)
public Parameter(Type type, String name)
Parameter.type - type of the parametername - name of the parameterpublic Parameter(EnumSet<Modifier> modifiers, Type type, SimpleName name)
public Parameter(Range range, EnumSet<Modifier> modifiers, NodeList<AnnotationExpr> annotations, Type type, boolean isVarArgs, SimpleName name)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Visitableaccept in interface VisitableR - the type of the return value of the visitorA - the type the user argument passed to the visitorv - the visitor implementationarg - the argument passed to the visitor (of type A)public <A> void accept(VoidVisitor<A> v, A arg)
Visitablepublic Type getType()
NodeWithTypegetType in interface NodeWithType<Parameter,Type>public boolean isVarArgs()
public Parameter setType(Type type)
NodeWithTypesetType in interface NodeWithType<Parameter,Type>type - the typepublic Parameter setVarArgs(boolean isVarArgs)
public NodeList<AnnotationExpr> getAnnotations()
getAnnotations in interface NodeWithAnnotations<Parameter>public SimpleName getName()
getName in interface NodeWithSimpleName<Parameter>public EnumSet<Modifier> getModifiers()
getModifiers in interface NodeWithModifiers<Parameter>Modifierpublic Parameter setAnnotations(NodeList<AnnotationExpr> annotations)
setAnnotations in interface NodeWithAnnotations<Parameter>annotations - a null value is currently treated as an empty list. This behavior could change in the future,
so please avoid passing nullpublic Parameter setName(SimpleName name)
setName in interface NodeWithSimpleName<Parameter>public Parameter setModifiers(EnumSet<Modifier> modifiers)
setModifiers in interface NodeWithModifiers<Parameter>public List<NodeList<?>> getNodeLists()
NodegetNodeLists in class NodeCopyright © 2007–2017. All rights reserved.