org.mule.devkit.doclet
Class ParameterInfo
java.lang.Object
org.mule.devkit.doclet.ParameterInfo
public class ParameterInfo
- extends Object
|
Method Summary |
void |
makeHDF(com.google.clearsilver.jsilver.data.Data data,
String base,
boolean isLastVararg,
Set<String> typeVariables)
|
static void |
makeHDF(com.google.clearsilver.jsilver.data.Data data,
String base,
ParameterInfo[] params,
boolean isVararg,
Set<String> typeVariables)
|
boolean |
matchesDimension(String dimension,
boolean varargs)
Returns true if this parameter's dimension information agrees
with the represented callee's dimension information. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParameterInfo
public ParameterInfo(String name,
String typeName,
TypeInfo type,
boolean isVarArg,
SourcePositionInfo position)
ParameterInfo
public ParameterInfo(String name,
String typeName,
TypeInfo type,
boolean isVarArg,
SourcePositionInfo position,
AnnotationInstanceInfo[] annotations)
makeHDF
public void makeHDF(com.google.clearsilver.jsilver.data.Data data,
String base,
boolean isLastVararg,
Set<String> typeVariables)
makeHDF
public static void makeHDF(com.google.clearsilver.jsilver.data.Data data,
String base,
ParameterInfo[] params,
boolean isVararg,
Set<String> typeVariables)
matchesDimension
public boolean matchesDimension(String dimension,
boolean varargs)
- Returns true if this parameter's dimension information agrees
with the represented callee's dimension information.
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.