Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.parse.wildcard | |
org.benf.cfr.reader.bytecode.analysis.structured.statement | |
org.benf.cfr.reader.util |
Modifier and Type | Field and Description |
---|---|
(package private) Optional<T> |
OptionalMatch.expected |
Modifier and Type | Method and Description |
---|---|
private WildcardMatch.ArithmeticMutationWildcard |
WildcardMatch.getArithmeticMutationWildcard(java.lang.String name,
Optional<LValue> lhs,
Optional<Expression> rhs,
Optional<ArithOp> op) |
private WildcardMatch.ArithmeticMutationWildcard |
WildcardMatch.getArithmeticMutationWildcard(java.lang.String name,
Optional<LValue> lhs,
Optional<Expression> rhs,
Optional<ArithOp> op) |
private WildcardMatch.ArithmeticMutationWildcard |
WildcardMatch.getArithmeticMutationWildcard(java.lang.String name,
Optional<LValue> lhs,
Optional<Expression> rhs,
Optional<ArithOp> op) |
Constructor and Description |
---|
ArithmeticMutationWildcard(Optional<LValue> lhs,
Optional<Expression> rhs,
Optional<ArithOp> op) |
ArithmeticMutationWildcard(Optional<LValue> lhs,
Optional<Expression> rhs,
Optional<ArithOp> op) |
ArithmeticMutationWildcard(Optional<LValue> lhs,
Optional<Expression> rhs,
Optional<ArithOp> op) |
OptionalMatch(Optional<T> expected) |
Modifier and Type | Method and Description |
---|---|
Optional<Op04StructuredStatement> |
Block.getMaybeJustOneStatement() |
Modifier and Type | Field and Description |
---|---|
private static Optional |
Optional.Empty |
Modifier and Type | Method and Description |
---|---|
static <T> Optional<T> |
Optional.empty() |
static <T> Optional<T> |
Optional.of(T value) |