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. childNodes
private java.util.IdentityHashMap<DataKey<?>,java.lang.Object>
Node. data
private java.util.List<N>
NodeList. innerList
private java.util.ArrayList<AstObserver>
Node. observers
private java.util.ArrayList<Comment>
Node. orphanComments
private Node
Node. parentNode
private Node.Parsedness
Node. parsed
private Range
Node. range
private CompilationUnit.Storage
CompilationUnit. storage
private TokenRange
Node. 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 Node
Comment. commentedNode
-