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 TypeClassDescriptionclass
The "int id();" in@interface X { int id(); }
class
A method declaration.class
The parameters to a method or lambda.class
The receiver parameter feature of Java.class
The 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 TypeClassDescriptionclass
A typecast.class
Defines an expression that accesses the class of a type.class
The instanceof statementclass
A constructor call.class
Pattern Matching in Javaclass
Record Patternsclass
This class is just instantiated as scopes for MethodReferenceExpr nodes to encapsulate Types.class
The instanceof statement