| java.lang.Object org.infozone.tools.janalyzer.ExpressionHelper
ExpressionHelper | final public class ExpressionHelper extends java.lang.Object (Code) | | This class is a part of the JavaCodeAnalyzer class.
It's out sourced to lower the pure mass of data in the analyzer class.
Are subclasses of expression, type, condition from package koala.dynamicjava.tree
handled here.
TODO:
- more documentation
- metric'S
- method counting and so on
version: $Revision: 1.1 $ $Date: 2002/05/10 08:59:12 $ author: SMB See Also: org.infozone.janalyzer.JavaCodeAnalyzer |
addConditionListString | protected void addConditionListString(List aList)(Code) | | Help method to encapsulate a often used loop.
A String consist of several Strings in a List separated by',MiddlePlitLevel ' with a LowSplitLevel if more than one element in it |
addConditionListString | protected void addConditionListString(List aList, boolean trailingSpace)(Code) | | |
addConditionString | public void addConditionString(Expression aExp)(Code) | | Inner conditions BinaryExpressions should have brackets.
|
addSuperConditionString | public void addSuperConditionString(Expression aExp)(Code) | | BinaryExpression without brackets
|
getTypeString | protected String getTypeString(Type aType)(Code) | | The representation of a Type.
|
|
|