Class IRCompilerLocalVar
java.lang.Object
gw.internal.gosu.ir.compiler.bytecode.IRCompilerLocalVar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.objectweb.asm.LabelintgetIndex()getName()getScope()org.objectweb.asm.LabelgetType()intgetWidth()booleanisTemp()voidsetEndLabel(org.objectweb.asm.Label endLabel) voidsetIndex(int index) voidsetStartLabel(org.objectweb.asm.Label startLabel)
-
Constructor Details
-
IRCompilerLocalVar
-
-
Method Details
-
getName
-
getType
-
getIndex
public int getIndex() -
setIndex
public void setIndex(int index) -
getScope
-
getStartLabel
public org.objectweb.asm.Label getStartLabel() -
getEndLabel
public org.objectweb.asm.Label getEndLabel() -
setStartLabel
public void setStartLabel(org.objectweb.asm.Label startLabel) -
setEndLabel
public void setEndLabel(org.objectweb.asm.Label endLabel) -
isTemp
public boolean isTemp() -
getWidth
public int getWidth()
-