Uses of Interface
org.adoptopenjdk.jitwatch.model.bytecode.IBytecodeParam
-
Packages that use IBytecodeParam Package Description org.adoptopenjdk.jitwatch.model.bytecode -
-
Uses of IBytecodeParam in org.adoptopenjdk.jitwatch.model.bytecode
Classes in org.adoptopenjdk.jitwatch.model.bytecode that implement IBytecodeParam Modifier and Type Class Description classBCParamConstantclassBCParamNumericclassBCParamStringclassBCParamSwitchFields in org.adoptopenjdk.jitwatch.model.bytecode with type parameters of type IBytecodeParam Modifier and Type Field Description private java.util.List<IBytecodeParam>BytecodeInstruction. parametersMethods in org.adoptopenjdk.jitwatch.model.bytecode that return types with arguments of type IBytecodeParam Modifier and Type Method Description java.util.List<IBytecodeParam>BytecodeInstruction. getParameters()Methods in org.adoptopenjdk.jitwatch.model.bytecode with parameters of type IBytecodeParam Modifier and Type Method Description voidBytecodeInstruction. addParameter(IBytecodeParam parameter)
-