Package com.strobel.reflection.emit
Class LocalBuilder
java.lang.Object
com.strobel.reflection.LocalVariableInfo
com.strobel.reflection.emit.LocalBuilder
- Author:
- strobelm
-
Constructor Summary
ConstructorsConstructorDescriptionLocalBuilder(int localIndex, String name, Type localType, MethodInfo methodBuilder) -
Method Summary
-
Constructor Details
-
LocalBuilder
-
-
Method Details
-
getLocalIndex
public int getLocalIndex()- Specified by:
getLocalIndexin classLocalVariableInfo
-
getName
-
getLocalType
- Specified by:
getLocalTypein classLocalVariableInfo
-
toString
- Overrides:
toStringin classLocalVariableInfo
-