Uses of Annotation Type
com.github.javaparser.metamodel.DerivedProperty
Packages that use DerivedProperty
Package
Description
-
Uses of DerivedProperty in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr with annotations of type DerivedPropertyModifier and TypeMethodDescriptionLambdaExpr.getExpressionBody()
boolean
UnaryExpr.isPostfix()
boolean
UnaryExpr.isPrefix()
-
Uses of DerivedProperty in com.github.javaparser.ast.nodeTypes
Methods in com.github.javaparser.ast.nodeTypes with annotations of type DerivedPropertyModifier and TypeMethodDescriptionNodeWithVariables.getMaximumCommonType()
Returns the type that maximum shared type between all variables.default boolean
NodeWithTypeArguments.isUsingDiamondOperator()
-
Uses of DerivedProperty in com.github.javaparser.ast.stmt
Methods in com.github.javaparser.ast.stmt with annotations of type DerivedPropertyModifier and TypeMethodDescriptionboolean
IfStmt.hasCascadingIfStmt()
This method returns true if the If Statement has an else branch and that branch is another If Statement.boolean
IfStmt.hasElseBlock()
This method returns true if the If Statement has an else branch and that branch is a block statement.boolean
IfStmt.hasElseBranch()
This method returns true if the If Statement has an else branch.boolean
IfStmt.hasThenBlock()
This method returns true if the then branch (which should be always present) is a block statement.