InfoZoneTools API

org.infozone.tools.janalyzer
Class ConstantsManager

java.lang.Object
  |
  +--org.infozone.tools.janalyzer.ConstantsManager

public final class ConstantsManager
extends java.lang.Object

This class returns String Constants for Binary Expressions, Access Modifier and so on. It's used by the JavaCodeAnalyzer class in this package.

Version:
$Revision: 1.4 $ $Date: 2000/10/27 19:09:20 $
Author:
SMB
See Also:
for details

Constructor Summary
ConstantsManager()
           
 
Method Summary
static java.lang.String getBinaryExpressionString(koala.dynamicjava.tree.Expression aExp)
           
static int getExpressionLevel(koala.dynamicjava.tree.Expression aExp)
          The right operator Precedence of all conditional operators in binary expressions.
static java.lang.String getModifierString(int access)
          All avaliable modifiers of the JAVA Language.
static void printDB(java.lang.String aLine)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstantsManager

public ConstantsManager()
Method Detail

getBinaryExpressionString

public static java.lang.String getBinaryExpressionString(koala.dynamicjava.tree.Expression aExp)

getExpressionLevel

public static int getExpressionLevel(koala.dynamicjava.tree.Expression aExp)
The right operator Precedence of all conditional operators in binary expressions.

Returns:
A int value of the level.
See Also:
koala.dynamicjava.tree

getModifierString

public static java.lang.String getModifierString(int access)
All avaliable modifiers of the JAVA Language.

Returns:
A String representation of all suitable modifier or an empty string.
See Also:
Modifier

printDB

public static void printDB(java.lang.String aLine)

InfoZoneTools API