Uses of Interface
com.github.javaparser.ast.nodeTypes.modifiers.NodeWithFinalModifier
Packages that use NodeWithFinalModifier
-
Uses of NodeWithFinalModifier in com.github.javaparser.ast.body
Classes in com.github.javaparser.ast.body that implement NodeWithFinalModifierModifier and TypeClassDescriptionclassCallableDeclaration<T extends CallableDeclaration<?>>Represents a declaration which is callable eg.classA definition of a class or interface.class X { ... }interface X { ... }classA constructor declaration:class X { X() { } }where X(){} is the constructor declaration.classThe declaration of a field in a class.classA method declaration.classThe parameters to a method or lambda.classThe record declaration -
Uses of NodeWithFinalModifier in com.github.javaparser.ast.expr
Classes in com.github.javaparser.ast.expr that implement NodeWithFinalModifier