public class

ExpressionResolver

extends Object
java.lang.Object
   ↳ sun.tools.jstat.ExpressionResolver

Class Overview

A class implementing the ExpressionEvaluator to resolve unresolved symbols in an Expression in the context of the available monitoring data. This class also performs some minimal optimizations of the expressions, such as simplification of constant subexpressions.

Summary

Public Methods
Object evaluate(Expression e)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public Object evaluate (Expression e)