com.ibm.wala.cast.ir.translator
Class AstTranslator.AstLexicalInformation

java.lang.Object
  extended by com.ibm.wala.cast.ir.translator.AstTranslator.AstLexicalInformation
All Implemented Interfaces:
AstMethod.LexicalInformation
Enclosing class:
AstTranslator

public static class AstTranslator.AstLexicalInformation
extends java.lang.Object
implements AstMethod.LexicalInformation


Method Summary
 int[] getExitExposedUses()
           
 Pair[] getExposedNames()
           
 int[] getExposedUses(int instructionOffset)
           
 java.lang.String[] getScopingParents()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getExitExposedUses

public int[] getExitExposedUses()
Specified by:
getExitExposedUses in interface AstMethod.LexicalInformation

getExposedUses

public int[] getExposedUses(int instructionOffset)
Specified by:
getExposedUses in interface AstMethod.LexicalInformation

getExposedNames

public Pair[] getExposedNames()
Specified by:
getExposedNames in interface AstMethod.LexicalInformation

getScopingParents

public java.lang.String[] getScopingParents()
Specified by:
getScopingParents in interface AstMethod.LexicalInformation