Uses of Class
com.github.javaparser.metamodel.DerivedProperty
-
Packages that use DerivedProperty Package Description com.github.javaparser.ast.expr com.github.javaparser.ast.nodeTypes com.github.javaparser.ast.stmt -
-
Uses of DerivedProperty in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr with annotations of type DerivedProperty Modifier and Type Method Description Optional<Expression>
LambdaExpr. 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 DerivedProperty Modifier and Type Method Description default Type
NodeWithVariables. 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 DerivedProperty Modifier and Type Method Description boolean
IfStmt. hasElseBlock()
boolean
IfStmt. hasThenBlock()
-