Uses of Class
com.github.javaparser.metamodel.InternalProperty
-
Packages that use InternalProperty Package Description com.github.javaparser.ast com.github.javaparser.ast.comments -
-
Uses of InternalProperty in com.github.javaparser.ast
Fields in com.github.javaparser.ast with annotations of type InternalProperty Modifier and Type Field Description private java.util.ArrayList<Node>Node. childNodesprivate java.util.IdentityHashMap<DataKey<?>,java.lang.Object>Node. dataprivate java.util.List<N>NodeList. innerListprivate java.util.ArrayList<AstObserver>Node. observersprivate java.util.ArrayList<Comment>Node. orphanCommentsprivate NodeNode. parentNodeprivate Node.ParsednessNode. parsedprivate RangeNode. rangeprivate CompilationUnit.StorageCompilationUnit. storageprivate TokenRangeNode. tokenRange -
Uses of InternalProperty in com.github.javaparser.ast.comments
Fields in com.github.javaparser.ast.comments with annotations of type InternalProperty Modifier and Type Field Description private NodeComment. commentedNode
-