Uses of Class
com.github.javaparser.metamodel.PatternExprMetaModel
-
Packages that use PatternExprMetaModel Package Description com.github.javaparser.ast.expr com.github.javaparser.metamodel -
-
Uses of PatternExprMetaModel in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return PatternExprMetaModel Modifier and Type Method Description PatternExprMetaModel
PatternExpr. getMetaModel()
-
Uses of PatternExprMetaModel in com.github.javaparser.metamodel
Subclasses of PatternExprMetaModel in com.github.javaparser.metamodel Modifier and Type Class Description class
RecordPatternExprMetaModel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
TypePatternExprMetaModel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.Fields in com.github.javaparser.metamodel declared as PatternExprMetaModel Modifier and Type Field Description static PatternExprMetaModel
JavaParserMetaModel. patternExprMetaModel
-