public static class BytecodeCFGBuilder.BytecodeCFG extends Object
Modifier and Type | Method and Description |
---|---|
CFG.IBlock<BytecodeCFGBuilder.Instruction> |
entry() |
BytecodeCFGBuilder.Block |
exitBlock() |
boolean |
isStaticMethod() |
boolean |
isVarArgs() |
public CFG.IBlock<BytecodeCFGBuilder.Instruction> entry()
public boolean isStaticMethod()
public boolean isVarArgs()
public BytecodeCFGBuilder.Block exitBlock()
Copyright © 2012–2017 SonarSource. All rights reserved.