Uses of Class
org.benf.cfr.reader.util.Optional
-
Packages that use Optional Package Description org.benf.cfr.reader.bytecode.analysis.parse.wildcard org.benf.cfr.reader.bytecode.analysis.structured.statement org.benf.cfr.reader.util -
-
Uses of Optional in org.benf.cfr.reader.bytecode.analysis.parse.wildcard
Fields in org.benf.cfr.reader.bytecode.analysis.parse.wildcard declared as Optional Modifier and Type Field Description (package private) Optional<T>
OptionalMatch. expected
Methods in org.benf.cfr.reader.bytecode.analysis.parse.wildcard with parameters of type Optional Modifier and Type Method Description private WildcardMatch.ArithmeticMutationWildcard
WildcardMatch. getArithmeticMutationWildcard(java.lang.String name, Optional<LValue> lhs, Optional<Expression> rhs, Optional<ArithOp> op)
Constructors in org.benf.cfr.reader.bytecode.analysis.parse.wildcard with parameters of type Optional Constructor Description ArithmeticMutationWildcard(Optional<LValue> lhs, Optional<Expression> rhs, Optional<ArithOp> op)
OptionalMatch(Optional<T> expected)
-
Uses of Optional in org.benf.cfr.reader.bytecode.analysis.structured.statement
Methods in org.benf.cfr.reader.bytecode.analysis.structured.statement that return Optional Modifier and Type Method Description Optional<Op04StructuredStatement>
Block. getMaybeJustOneStatement()
-
Uses of Optional in org.benf.cfr.reader.util
Fields in org.benf.cfr.reader.util declared as Optional Modifier and Type Field Description private static Optional
Optional. Empty
Methods in org.benf.cfr.reader.util that return Optional Modifier and Type Method Description static <T> Optional<T>
Optional. empty()
static <T> Optional<T>
Optional. of(T value)
-