Class FinallyCatchBody
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.parse.utils.finalhelp.FinallyCatchBody
-
Method Summary
Modifier and TypeMethodDescriptionstatic FinallyCatchBodybuild(Op03SimpleStatement catchStart, List<Op03SimpleStatement> allStatements) booleanintgetSize()booleanisEmpty()
-
Method Details
-
build
public static FinallyCatchBody build(Op03SimpleStatement catchStart, List<Op03SimpleStatement> allStatements) -
isEmpty
public boolean isEmpty() -
getSize
public int getSize() -
contains
-