| java.lang.Object org.netbeans.modules.visualweb.insync.java.TreeMakerUtils
TreeMakerUtils | public class TreeMakerUtils (Code) | | author: jdeva |
Method Summary | |
public static ImportTree | createImport(WorkingCopy wc, String typeName) | public static MethodTree | createMethod(WorkingCopy wc, ContextMethod mInfo, String retTypeName) | public static MethodInvocationTree | createMethodInvocation(WorkingCopy wc, String beanName, String methodName, List<ExpressionTree> args) | public static MethodInvocationTree | createMethodInvocation(WorkingCopy wc, String methodName, String[] pNames) | public static ModifiersTree | createModifiers(WorkingCopy wc) | public static ModifiersTree | createModifiers(WorkingCopy wc, Modifier modifier) | public static ModifiersTree | createModifiers(WorkingCopy wc, long flags) | public static NewClassTree | createNewClassExpression(WorkingCopy wc, String className) | public static VariableTree | createPropertyField(WorkingCopy wc, String name, Class type) | public static MethodTree | createPropertyGetterMethod(WorkingCopy wc, String name, Class type) | public static MethodTree | createPropertySetterMethod(WorkingCopy wc, String name, Class type) | public static Tree | createType(WorkingCopy wc, String typeName) | public static VariableTree | createVariable(WorkingCopy wc, String name, Class type) | public static MethodTree | updateMethod(WorkingCopy wc, ContextMethod cm, MethodTree methTree) |
createImport | public static ImportTree createImport(WorkingCopy wc, String typeName)(Code) | | |
createMethodInvocation | public static MethodInvocationTree createMethodInvocation(WorkingCopy wc, String beanName, String methodName, List<ExpressionTree> args)(Code) | | |
createMethodInvocation | public static MethodInvocationTree createMethodInvocation(WorkingCopy wc, String methodName, String[] pNames)(Code) | | |
createModifiers | public static ModifiersTree createModifiers(WorkingCopy wc)(Code) | | |
createModifiers | public static ModifiersTree createModifiers(WorkingCopy wc, Modifier modifier)(Code) | | |
createModifiers | public static ModifiersTree createModifiers(WorkingCopy wc, long flags)(Code) | | |
createNewClassExpression | public static NewClassTree createNewClassExpression(WorkingCopy wc, String className)(Code) | | |
createPropertyField | public static VariableTree createPropertyField(WorkingCopy wc, String name, Class type)(Code) | | |
createPropertyGetterMethod | public static MethodTree createPropertyGetterMethod(WorkingCopy wc, String name, Class type)(Code) | | |
createPropertySetterMethod | public static MethodTree createPropertySetterMethod(WorkingCopy wc, String name, Class type)(Code) | | |
createType | public static Tree createType(WorkingCopy wc, String typeName)(Code) | | |
createVariable | public static VariableTree createVariable(WorkingCopy wc, String name, Class type)(Code) | | |
updateMethod | public static MethodTree updateMethod(WorkingCopy wc, ContextMethod cm, MethodTree methTree)(Code) | | |
|
|