Searched defs:getLocalVariable (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DLocalVariableTable.java153 public final LocalVariable getLocalVariable(int index) { method in class:LocalVariableTable
H A DLocalVariableTypeTable.java99 public final LocalVariable getLocalVariable(int index) { method in class:LocalVariableTypeTable
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DLocalVariableGen.java68 * with getLocalVariable which needs the instruction list and the constant
121 public LocalVariable getLocalVariable(ConstantPoolGen cp) { method in class:LocalVariableGen
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DVariableStack.java275 public XObject getLocalVariable(XPathContext xctxt, int index) method in class:VariableStack
307 public XObject getLocalVariable(int index, int frame) method in class:VariableStack
332 public XObject getLocalVariable(XPathContext xctxt, int index, boolean destructiveOK) method in class:VariableStack
505 return getLocalVariable(xctxt, vvar.getIndex());
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java680 return getLocalVariable(name).getIndex();
683 public LocalVariableGen getLocalVariable(String name) { method in class:MethodGenerator

Completed in 607 milliseconds