Uses of Class
com.github.antlrjavaparser.api.body.VariableDeclarator

Packages that use VariableDeclarator
com.github.antlrjavaparser   
com.github.antlrjavaparser.adapter   
com.github.antlrjavaparser.api.body   
com.github.antlrjavaparser.api.expr   
com.github.antlrjavaparser.api.visitor   
 

Uses of VariableDeclarator in com.github.antlrjavaparser
 

Methods in com.github.antlrjavaparser with parameters of type VariableDeclarator
static FieldDeclaration ASTHelper.createFieldDeclaration(int modifiers, Type type, VariableDeclarator variable)
          Creates a FieldDeclaration.
 

Uses of VariableDeclarator in com.github.antlrjavaparser.adapter
 

Methods in com.github.antlrjavaparser.adapter that return VariableDeclarator
 VariableDeclarator VariableDeclaratorContextAdapter.adapt(Java7Parser.VariableDeclaratorContext context)
           
 

Uses of VariableDeclarator in com.github.antlrjavaparser.api.body
 

Methods in com.github.antlrjavaparser.api.body that return types with arguments of type VariableDeclarator
 List<VariableDeclarator> FieldDeclaration.getVariables()
           
 

Method parameters in com.github.antlrjavaparser.api.body with type arguments of type VariableDeclarator
 void FieldDeclaration.setVariables(List<VariableDeclarator> variables)
           
 

Constructors in com.github.antlrjavaparser.api.body with parameters of type VariableDeclarator
FieldDeclaration(int modifiers, Type type, VariableDeclarator variable)
           
 

Constructor parameters in com.github.antlrjavaparser.api.body with type arguments of type VariableDeclarator
FieldDeclaration(int beginLine, int beginColumn, int endLine, int endColumn, JavadocComment javaDoc, int modifiers, List<AnnotationExpr> annotations, Type type, List<VariableDeclarator> variables)
           
FieldDeclaration(int modifiers, Type type, List<VariableDeclarator> variables)
           
FieldDeclaration(JavadocComment javaDoc, int modifiers, List<AnnotationExpr> annotations, Type type, List<VariableDeclarator> variables)
           
 

Uses of VariableDeclarator in com.github.antlrjavaparser.api.expr
 

Methods in com.github.antlrjavaparser.api.expr that return types with arguments of type VariableDeclarator
 List<VariableDeclarator> VariableDeclarationExpr.getVars()
           
 

Method parameters in com.github.antlrjavaparser.api.expr with type arguments of type VariableDeclarator
 void VariableDeclarationExpr.setVars(List<VariableDeclarator> vars)
           
 

Constructor parameters in com.github.antlrjavaparser.api.expr with type arguments of type VariableDeclarator
VariableDeclarationExpr(int beginLine, int beginColumn, int endLine, int endColumn, int modifiers, List<AnnotationExpr> annotations, Type type, List<VariableDeclarator> vars)
           
VariableDeclarationExpr(int modifiers, Type type, List<VariableDeclarator> vars)
           
VariableDeclarationExpr(Type type, List<VariableDeclarator> vars)
           
 

Uses of VariableDeclarator in com.github.antlrjavaparser.api.visitor
 

Methods in com.github.antlrjavaparser.api.visitor with parameters of type VariableDeclarator
 void VoidVisitorAdapter.visit(VariableDeclarator n, A arg)
           
 void VoidVisitor.visit(VariableDeclarator n, A arg)
           
 Node ModifierVisitorAdapter.visit(VariableDeclarator n, A arg)
           
 R GenericVisitorAdapter.visit(VariableDeclarator n, A arg)
           
 R GenericVisitor.visit(VariableDeclarator n, A arg)
           
 Boolean EqualsVisitor.visit(VariableDeclarator n1, Node arg)
           
 void DumpVisitor.visit(VariableDeclarator n, Object arg)
           
 



Copyright © 2013. All Rights Reserved.