joeq.Compiler
Interface CompilationConstants

All Known Implementing Classes:
BytecodeToQuad, BytecodeVisitor, CallTargets, CallTargets.NoCallTarget, CallTargets.SingleCallTarget, CompilationState, CompilationState.BootstrapCompilation, CompilationState.DynamicCompilation, CompilationState.StaticCompilation, ControlFlowGraph.InitialPass, jq_Class, LiveRefAnalysis.FirstPassVisitor, LiveRefAnalysis.SecondPassVisitor, ModRefAnalysis, StackDepthVisitor, TypeCheck

public interface CompilationConstants

CompilationConstants

Version:
$Id: CompilationConstants.java,v 1.3 2004/03/09 22:01:43 jwhaley Exp $
Author:
John Whaley

Field Summary
static byte MAYBE
           
static byte NO
           
static byte YES
           
 

Field Detail

NO

static final byte NO
See Also:
Constant Field Values

YES

static final byte YES
See Also:
Constant Field Values

MAYBE

static final byte MAYBE
See Also:
Constant Field Values