public abstract class TypedInstruction extends Instruction
Modifier and Type | Method and Description |
---|---|
Class |
getType()
Return the type for this instruction.
|
BCClass |
getTypeBC()
Return the type for this instruction.
|
abstract String |
getTypeName()
Return the type name for this instruction.
|
TypedInstruction |
setType(BCClass type)
Set the type of this instruction.
|
TypedInstruction |
setType(Class type)
Set the type of this instruction.
|
abstract TypedInstruction |
setType(String type)
Set the type of this instruction.
|
acceptVisit, equalsInstruction, getByteIndex, getClassLoader, getCode, getLineNumber, getLogicalStackChange, getName, getOpcode, getPool, getProject, getStackChange, isValid
public abstract String getTypeName()
public Class getType()
public BCClass getTypeBC()
public abstract TypedInstruction setType(String type)
public TypedInstruction setType(Class type)
public TypedInstruction setType(BCClass type)
Copyright © 2002–2019. All rights reserved.