Class LiteralFolding
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.parse.literal.LiteralFolding
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LiteralfoldArithmetic(RawJavaType returnType, Literal l, ArithOp op) static LiteralfoldArithmetic(RawJavaType returnType, Literal l, Literal r, ArithOp op) Fold an arithmetic operations.static LiteralfoldCast(Literal val, RawJavaType returnType)
-
Constructor Details
-
LiteralFolding
public LiteralFolding()
-
-
Method Details
-
foldArithmetic
Fold an arithmetic operations. Anything that may fail at runtime must return null. -
foldArithmetic
-
foldCast
-