public class

ConvertExpression

extends UnaryExpression
java.lang.Object
   ↳ sun.tools.tree.Node
     ↳ sun.tools.tree.Expression
       ↳ sun.tools.tree.UnaryExpression
         ↳ sun.tools.tree.ConvertExpression

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
ConvertExpression(long where, Type type, Expression right)
Constructor
Public Methods
Vset checkValue(Environment env, Context ctx, Vset vset, Hashtable exp)
Check the value
void codeValue(Environment env, Context ctx, Assembler asm)
Code
boolean equals(int i)
Check if the expression is equal to a value
boolean equals(boolean b)
Expression inline(Environment env, Context ctx)
Inline
void print(PrintStream out)
Print
[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 ConvertExpression (long where, Type type, Expression right)

Constructor

Public Methods

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

Check the value

public void codeValue (Environment env, Context ctx, Assembler asm)

Code

public boolean equals (int i)

Check if the expression is equal to a value

public boolean equals (boolean b)

public Expression inline (Environment env, Context ctx)

Inline

public void print (PrintStream out)

Print