com.ibm.wala.cast.loader
Interface AstMethod.LexicalInformation

All Known Implementing Classes:
AstTranslator.AstLexicalInformation
Enclosing class:
AstMethod

public static interface AstMethod.LexicalInformation


Method Summary
 int[] getAllExposedUses()
           
 int[] getExitExposedUses()
           
 Pair[] getExposedNames()
           
 int[] getExposedUses(int instructionOffset)
           
 java.lang.String[] getScopingParents()
           
 

Method Detail

getExitExposedUses

int[] getExitExposedUses()

getExposedUses

int[] getExposedUses(int instructionOffset)

getAllExposedUses

int[] getAllExposedUses()

getExposedNames

Pair[] getExposedNames()

getScopingParents

java.lang.String[] getScopingParents()