public class

IncDecExpression

extends UnaryExpression
java.lang.Object
   ↳ sun.tools.tree.Node
     ↳ sun.tools.tree.Expression
       ↳ sun.tools.tree.UnaryExpression
         ↳ sun.tools.tree.IncDecExpression
Known Direct Subclasses

Class Overview

WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.

Summary

[Expand]
Inherited Constants
From interface sun.tools.java.Constants
From interface sun.tools.java.RuntimeConstants
[Expand]
Inherited Fields
From interface sun.tools.java.Constants
From interface sun.tools.java.RuntimeConstants
Public Constructors
IncDecExpression(int op, long where, Expression right)
Constructor
Public Methods
Vset check(Environment env, Context ctx, Vset vset, Hashtable exp)
Check void expression
Vset checkValue(Environment env, Context ctx, Vset vset, Hashtable exp)
Check an increment or decrement expression
int costInline(int thresh, Environment env, Context ctx)
The cost of inlining this expression
Expression inline(Environment env, Context ctx)
Inline
Expression inlineValue(Environment env, Context ctx)
[Expand]
Inherited Methods
From class sun.tools.tree.UnaryExpression
From class sun.tools.tree.Expression
From class sun.tools.tree.Node
From class java.lang.Object

Public Constructors

public IncDecExpression (int op, long where, Expression right)

Constructor

Public Methods

public Vset check (Environment env, Context ctx, Vset vset, Hashtable exp)

Check void expression

public Vset checkValue (Environment env, Context ctx, Vset vset, Hashtable exp)

Check an increment or decrement expression

public int costInline (int thresh, Environment env, Context ctx)

The cost of inlining this expression

public Expression inline (Environment env, Context ctx)

Inline

public Expression inlineValue (Environment env, Context ctx)