Home
last modified time | relevance | path

Searched refs:superBaseNodeMetaModel (Results 1 – 25 of 106) sorted by relevance

12345

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/metamodel/
DVarTypeMetaModel.java7 VarTypeMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in VarTypeMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.type.VarType.class, "VarType", "com.github… in VarTypeMetaModel()
DStringLiteralExprMetaModel.java7 StringLiteralExprMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in StringLiteralExprMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.expr.StringLiteralExpr.class, "StringLiter… in StringLiteralExprMetaModel()
DLongLiteralExprMetaModel.java7 LongLiteralExprMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in LongLiteralExprMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.expr.LongLiteralExpr.class, "LongLiteralEx… in LongLiteralExprMetaModel()
DCharLiteralExprMetaModel.java7 CharLiteralExprMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in CharLiteralExprMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.expr.CharLiteralExpr.class, "CharLiteralEx… in CharLiteralExprMetaModel()
DBlockCommentMetaModel.java7 BlockCommentMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in BlockCommentMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.comments.BlockComment.class, "BlockComment… in BlockCommentMetaModel()
DEmptyStmtMetaModel.java7 EmptyStmtMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in EmptyStmtMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.stmt.EmptyStmt.class, "EmptyStmt", "com.gi… in EmptyStmtMetaModel()
DLineCommentMetaModel.java7 LineCommentMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in LineCommentMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.comments.LineComment.class, "LineComment",… in LineCommentMetaModel()
DMarkerAnnotationExprMetaModel.java7 MarkerAnnotationExprMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in MarkerAnnotationExprMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.expr.MarkerAnnotationExpr.class, "MarkerAn… in MarkerAnnotationExprMetaModel()
DAnnotationDeclarationMetaModel.java7 AnnotationDeclarationMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in AnnotationDeclarationMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.body.AnnotationDeclaration.class, "Annotat… in AnnotationDeclarationMetaModel()
DUnknownTypeMetaModel.java7 UnknownTypeMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in UnknownTypeMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.type.UnknownType.class, "UnknownType", "co… in UnknownTypeMetaModel()
DUnparsableStmtMetaModel.java7 UnparsableStmtMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in UnparsableStmtMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.stmt.UnparsableStmt.class, "UnparsableStmt… in UnparsableStmtMetaModel()
DJavadocCommentMetaModel.java7 JavadocCommentMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in JavadocCommentMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.comments.JavadocComment.class, "JavadocCom… in JavadocCommentMetaModel()
DNullLiteralExprMetaModel.java7 NullLiteralExprMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in NullLiteralExprMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.expr.NullLiteralExpr.class, "NullLiteralEx… in NullLiteralExprMetaModel()
DDoubleLiteralExprMetaModel.java7 DoubleLiteralExprMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in DoubleLiteralExprMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.expr.DoubleLiteralExpr.class, "DoubleLiter… in DoubleLiteralExprMetaModel()
DVoidTypeMetaModel.java7 VoidTypeMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in VoidTypeMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.type.VoidType.class, "VoidType", "com.gith… in VoidTypeMetaModel()
DIntegerLiteralExprMetaModel.java7 IntegerLiteralExprMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in IntegerLiteralExprMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.expr.IntegerLiteralExpr.class, "IntegerLit… in IntegerLiteralExprMetaModel()
DModifierMetaModel.java7 ModifierMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in ModifierMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.Modifier.class, "Modifier", "com.github.ja… in ModifierMetaModel()
DTypeExprMetaModel.java7 TypeExprMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in TypeExprMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.expr.TypeExpr.class, "TypeExpr", "com.gith… in TypeExprMetaModel()
DPrimitiveTypeMetaModel.java7 PrimitiveTypeMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in PrimitiveTypeMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.type.PrimitiveType.class, "PrimitiveType",… in PrimitiveTypeMetaModel()
DConstructorDeclarationMetaModel.java7 ConstructorDeclarationMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in ConstructorDeclarationMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.body.ConstructorDeclaration.class, "Constr… in ConstructorDeclarationMetaModel()
DSimpleNameMetaModel.java7 SimpleNameMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in SimpleNameMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.expr.SimpleName.class, "SimpleName", "com.… in SimpleNameMetaModel()
DBreakStmtMetaModel.java7 BreakStmtMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in BreakStmtMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.stmt.BreakStmt.class, "BreakStmt", "com.gi… in BreakStmtMetaModel()
DExpressionStmtMetaModel.java7 ExpressionStmtMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in ExpressionStmtMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.stmt.ExpressionStmt.class, "ExpressionStmt… in ExpressionStmtMetaModel()
DSingleMemberAnnotationExprMetaModel.java7 SingleMemberAnnotationExprMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in SingleMemberAnnotationExprMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.expr.SingleMemberAnnotationExpr.class, "Si… in SingleMemberAnnotationExprMetaModel()
DBooleanLiteralExprMetaModel.java7 BooleanLiteralExprMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in BooleanLiteralExprMetaModel() argument
8 …super(superBaseNodeMetaModel, com.github.javaparser.ast.expr.BooleanLiteralExpr.class, "BooleanLit… in BooleanLiteralExprMetaModel()

12345