jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
java
Target filter
java
Switch theme
Search in API
Skip to content
jmlparser-parent
jmlparser-core
/
com.github.javaparser.ast.nodeTypes
/
NodeWithScope
Node
With
Scope
interface
NodeWithScope
<
N
:
Node
?
>
:
NodeWithTraversableScope
(
source
)
Represents a node which has a required scope expression eg. field access (object.method).
Inheritors
FieldAccessExpr
Members
Functions
get
Scope
Link copied to clipboard
abstract
fun
getScope
(
)
:
Expression
set
Scope
Link copied to clipboard
abstract
fun
setScope
(
scope
:
Expression
)
:
N
traverse
Scope
Link copied to clipboard
open
fun
traverseScope
(
)
:
Optional
<
Expression
>