Uses of Class
com.github.antlrjavaparser.api.TypeParameter

Packages that use TypeParameter
com.github.antlrjavaparser.adapter   
com.github.antlrjavaparser.api.body   
com.github.antlrjavaparser.api.visitor   
 

Uses of TypeParameter in com.github.antlrjavaparser.adapter
 

Methods in com.github.antlrjavaparser.adapter that return TypeParameter
 TypeParameter TypeParameterContextAdapter.adapt(Java7Parser.TypeParameterContext context, AdapterParameters adapterParameters)
           
 

Methods in com.github.antlrjavaparser.adapter that return types with arguments of type TypeParameter
 List<TypeParameter> TypeParametersContextAdapter.adapt(Java7Parser.TypeParametersContext context, AdapterParameters adapterParameters)
           
 

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

Methods in com.github.antlrjavaparser.api.body that return types with arguments of type TypeParameter
 List<TypeParameter> MethodDeclaration.getTypeParameters()
           
 List<TypeParameter> ConstructorDeclaration.getTypeParameters()
           
 List<TypeParameter> ClassOrInterfaceDeclaration.getTypeParameters()
           
 

Method parameters in com.github.antlrjavaparser.api.body with type arguments of type TypeParameter
 void MethodDeclaration.setTypeParameters(List<TypeParameter> typeParameters)
           
 void ConstructorDeclaration.setTypeParameters(List<TypeParameter> typeParameters)
           
 void ClassOrInterfaceDeclaration.setTypeParameters(List<TypeParameter> typeParameters)
           
 

Constructor parameters in com.github.antlrjavaparser.api.body with type arguments of type TypeParameter
ClassOrInterfaceDeclaration(int beginLine, int beginColumn, int endLine, int endColumn, JavadocComment javaDoc, int modifiers, List<AnnotationExpr> annotations, boolean isInterface, String name, List<TypeParameter> typeParameters, List<ClassOrInterfaceType> extendsList, List<ClassOrInterfaceType> implementsList, List<BodyDeclaration> members)
           
ClassOrInterfaceDeclaration(JavadocComment javaDoc, int modifiers, List<AnnotationExpr> annotations, boolean isInterface, String name, List<TypeParameter> typeParameters, List<ClassOrInterfaceType> extendsList, List<ClassOrInterfaceType> implementsList, List<BodyDeclaration> members)
           
ConstructorDeclaration(int beginLine, int beginColumn, int endLine, int endColumn, JavadocComment javaDoc, int modifiers, List<AnnotationExpr> annotations, List<TypeParameter> typeParameters, String name, List<Parameter> parameters, List<NameExpr> throws_, BlockStmt block)
           
ConstructorDeclaration(JavadocComment javaDoc, int modifiers, List<AnnotationExpr> annotations, List<TypeParameter> typeParameters, String name, List<Parameter> parameters, List<NameExpr> throws_, BlockStmt block)
           
MethodDeclaration(int beginLine, int beginColumn, int endLine, int endColumn, JavadocComment javaDoc, int modifiers, List<AnnotationExpr> annotations, List<TypeParameter> typeParameters, Type type, String name, List<Parameter> parameters, int arrayCount, List<NameExpr> throws_, BlockStmt block)
           
MethodDeclaration(JavadocComment javaDoc, int modifiers, List<AnnotationExpr> annotations, List<TypeParameter> typeParameters, Type type, String name, List<Parameter> parameters, int arrayCount, List<NameExpr> throws_, BlockStmt block)
           
 

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

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



Copyright © 2013. All Rights Reserved.