com.google.doclava
Class ParameterInfo

java.lang.Object
  extended by com.google.doclava.ParameterInfo

public class ParameterInfo
extends Object


Constructor Summary
ParameterInfo(String name, String typeName, TypeInfo type, boolean isVarArg, SourcePositionInfo position)
           
 
Method Summary
 void makeHDF(com.google.clearsilver.jsilver.data.Data data, String base, boolean isLastVararg, HashSet<String> typeVariables)
           
static void makeHDF(com.google.clearsilver.jsilver.data.Data data, String base, ParameterInfo[] params, boolean isVararg, HashSet<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
 

Constructor Detail

ParameterInfo

public ParameterInfo(String name,
                     String typeName,
                     TypeInfo type,
                     boolean isVarArg,
                     SourcePositionInfo position)
Method Detail

makeHDF

public void makeHDF(com.google.clearsilver.jsilver.data.Data data,
                    String base,
                    boolean isLastVararg,
                    HashSet<String> typeVariables)

makeHDF

public static void makeHDF(com.google.clearsilver.jsilver.data.Data data,
                           String base,
                           ParameterInfo[] params,
                           boolean isVararg,
                           HashSet<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-2013 Google. All Rights Reserved.