Class Statement

java.lang.Object
org.glassfish.rmic.tools.tree.Node
org.glassfish.rmic.tools.tree.Statement
All Implemented Interfaces:
Cloneable, Constants, RuntimeConstants
Direct Known Subclasses:
BreakStatement, CaseStatement, CatchStatement, CompoundStatement, ContinueStatement, DeclarationStatement, DoStatement, ExpressionStatement, FinallyStatement, ForStatement, IfStatement, InlineReturnStatement, ReturnStatement, SwitchStatement, SynchronizedStatement, ThrowStatement, TryStatement, VarDeclarationStatement, WhileStatement

public class Statement extends Node
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.
  • Field Details

    • DEAD_END

      public static final Vset DEAD_END
    • labels

      Identifier[] labels
    • empty

      public static final Statement empty
      An empty statement. Its costInline is infinite.
    • MAXINLINECOST

      public static final int MAXINLINECOST
      The largest possible interesting inline cost value.
  • Constructor Details

    • Statement

      Statement(int op, long where)
      Constructor
  • Method Details