Package com.strobel.reflection.emit
Class LocalBuilder
java.lang.Object
com.strobel.reflection.LocalVariableInfo
com.strobel.reflection.emit.LocalBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
private final Type
private final MethodInfo
private final String
(package private) int
(package private) int
-
Constructor Summary
ConstructorsConstructorDescriptionLocalBuilder
(int localIndex, String name, Type localType, MethodInfo methodBuilder) -
Method Summary
-
Field Details
-
_localIndex
private final int _localIndex -
_name
-
_localType
-
_methodBuilder
-
startOffset
int startOffset -
endOffset
int endOffset
-
-
Constructor Details
-
LocalBuilder
-
-
Method Details
-
getLocalIndex
public int getLocalIndex()- Specified by:
getLocalIndex
in classLocalVariableInfo
-
getName
-
getLocalType
- Specified by:
getLocalType
in classLocalVariableInfo
-
getMethodBuilder
MethodInfo getMethodBuilder() -
toString
- Overrides:
toString
in classLocalVariableInfo
-