public class LocalVariableInfo extends Object
LocalVariableAttributeInfo
contains common metadata of a given local variable.Constructor and Description |
---|
LocalVariableInfo(String varName,
int varNameCPIndex,
int varIndex,
int varTypeSigCPIndex,
BType varType) |
Modifier and Type | Method and Description |
---|---|
int[] |
getAttachmentIndexes() |
int |
getVariableIndex() |
String |
getVariableName() |
int |
getVariableNameCPIndex() |
BType |
getVariableType() |
int |
getVarTypeSigCPIndex() |
void |
setAttachmentIndexes(int[] attachmentIndexes) |
public int[] getAttachmentIndexes()
public void setAttachmentIndexes(int[] attachmentIndexes)
public int getVariableNameCPIndex()
public int getVariableIndex()
public int getVarTypeSigCPIndex()
public BType getVariableType()
public String getVariableName()
Copyright © 2018 WSO2. All rights reserved.