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 1456 2004-03-09 22:01:46Z jwhaley $
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


Copyright © 2001-2008 John Whaley. All Rights Reserved.