Uses of Interface
com.github.javaparser.ast.nodeTypes.NodeWithType
Packages that use NodeWithType
-
Uses of NodeWithType in com.github.javaparser.ast.body
Classes in com.github.javaparser.ast.body that implement NodeWithTypeModifier and TypeClassDescriptionclassThe "int id();" in@interface X { int id(); }classA method declaration.classThe parameters to a method or lambda.classThe receiver parameter feature of Java.classThe declaration of a variable.
Inint x = 14, y = 3;"int x = 14" and "int y = 3" are VariableDeclarators. -
Uses of NodeWithType in com.github.javaparser.ast.expr
Classes in com.github.javaparser.ast.expr that implement NodeWithTypeModifier and TypeClassDescriptionclassA typecast.classDefines an expression that accesses the class of a type.classThe instanceof statementclassA constructor call.classThe instanceof statementclassThis class is just instantiated as scopes for MethodReferenceExpr nodes to encapsulate Types.