Uses of Class
org.benf.cfr.reader.util.Optional
Packages that use Optional
Package
Description
-
Uses of Optional in org.benf.cfr.reader.bytecode.analysis.parse.wildcard
Fields in org.benf.cfr.reader.bytecode.analysis.parse.wildcard declared as OptionalMethods in org.benf.cfr.reader.bytecode.analysis.parse.wildcard with parameters of type OptionalModifier and TypeMethodDescriptionWildcardMatch.getArithmeticMutationWildcard
(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 OptionalModifierConstructorDescription(package private)
ArithmeticMutationWildcard
(Optional<LValue> lhs, Optional<Expression> rhs, Optional<ArithOp> op) (package private)
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 -
Uses of Optional in org.benf.cfr.reader.util
Fields in org.benf.cfr.reader.util declared as OptionalMethods in org.benf.cfr.reader.util that return Optional