Searched defs:getExpressions (Results 1 - 8 of 8) sorted by path

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/
H A DScopeDesc.java101 public List getExpressions() { method in class:ScopeDesc
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DCompiledVFrame.java112 public StackValueCollection getExpressions() { method in class:CompiledVFrame
H A DInterpretedVFrame.java76 public StackValueCollection getExpressions() { method in class:InterpretedVFrame
H A DJavaVFrame.java37 public abstract StackValueCollection getExpressions(); method in class:JavaVFrame
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DTemplateLiteralTree.java47 List<? extends ExpressionTree> getExpressions(); method in interface:TemplateLiteralTree
H A DTemplateLiteralTreeImpl.java47 public List<? extends ExpressionTree> getExpressions() { method in class:TemplateLiteralTreeImpl
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DExpressionList.java59 public List<Expression> getExpressions() { method in class:ExpressionList
H A DTemplateLiteral.java74 public List<Expression> getExpressions() { method in class:TemplateLiteral

Completed in 158 milliseconds