public class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static com.github.javaparser.ast.type.ClassOrInterfaceType |
BigDecimalT |
static com.github.javaparser.ast.type.ClassOrInterfaceType |
BooleanT |
static com.github.javaparser.ast.expr.Expression |
BuiltInTypeT |
static com.github.javaparser.ast.expr.Expression |
DECIMAL_128 |
static com.github.javaparser.ast.type.ClassOrInterfaceType |
FunctionT |
static String |
RangeBoundary |
static com.github.javaparser.ast.type.ClassOrInterfaceType |
UnaryTestT |
Constructor and Description |
---|
Constants() |
Modifier and Type | Method and Description |
---|---|
static com.github.javaparser.ast.body.FieldDeclaration |
function(String name,
com.github.javaparser.ast.expr.LambdaExpr value) |
static String |
functionName(String originalText) |
static com.github.javaparser.ast.body.FieldDeclaration |
numeric(String name,
String numericValue) |
static String |
numericName(String originalText) |
static com.github.javaparser.ast.body.FieldDeclaration |
of(com.github.javaparser.ast.type.Type type,
String name,
com.github.javaparser.ast.expr.Expression initializer) |
static com.github.javaparser.ast.expr.FieldAccessExpr |
rangeBoundary(RangeNode.IntervalBoundary boundary) |
static com.github.javaparser.ast.body.FieldDeclaration |
unaryTest(String name,
com.github.javaparser.ast.expr.LambdaExpr value) |
static String |
unaryTestName(String originalText) |
public static final com.github.javaparser.ast.expr.Expression DECIMAL_128
public static final com.github.javaparser.ast.type.ClassOrInterfaceType BigDecimalT
public static final com.github.javaparser.ast.type.ClassOrInterfaceType BooleanT
public static final com.github.javaparser.ast.type.ClassOrInterfaceType UnaryTestT
public static final String RangeBoundary
public static final com.github.javaparser.ast.expr.Expression BuiltInTypeT
public static final com.github.javaparser.ast.type.ClassOrInterfaceType FunctionT
public static com.github.javaparser.ast.body.FieldDeclaration of(com.github.javaparser.ast.type.Type type, String name, com.github.javaparser.ast.expr.Expression initializer)
public static com.github.javaparser.ast.body.FieldDeclaration numeric(String name, String numericValue)
public static com.github.javaparser.ast.body.FieldDeclaration unaryTest(String name, com.github.javaparser.ast.expr.LambdaExpr value)
public static com.github.javaparser.ast.body.FieldDeclaration function(String name, com.github.javaparser.ast.expr.LambdaExpr value)
public static com.github.javaparser.ast.expr.FieldAccessExpr rangeBoundary(RangeNode.IntervalBoundary boundary)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.