Uses of Interface
com.github.javaparser.ast.nodeTypes.NodeWithExpression
Packages that use NodeWithExpression
-
Uses of NodeWithExpression in com.github.javaparser.ast.expr
Classes in com.github.javaparser.ast.expr that implement NodeWithExpressionModifier and TypeClassDescriptionclassA typecast.classThe instanceof statementclassAn expression where an operator is applied to a single expression. -
Uses of NodeWithExpression in com.github.javaparser.ast.stmt
Classes in com.github.javaparser.ast.stmt that implement NodeWithExpressionModifier and TypeClassDescriptionclassUsed to wrap an expression so that it can take the place of a statement.classUsage of the synchronized keyword.classUsage of the throw statement.classThe yield statement