cdx.scorebot.scoring.logic
Interface LogicCode

All Known Subinterfaces:
BlockStatementType, ExpressionType, LogicCodeEvaluatable, LogicCodeExecutable, PrimaryExpressionType, StatementType
All Known Implementing Classes:
AdditiveExpression, Assignment, Block, ConditionalAndExpression, ConditionalOrExpression, ConditionalXorExpression, EqualityExpression, Expression, ExpressionLeftAssociative, Identifier, IfStatement, Literal, LogicUnit, Method, MultiplicativeExpression, PrimaryExpression, RelationalExpression, Statement, TestConfigValue, TestResultValue, UnaryExpression, VariableInitialization, VoidMethod

public interface LogicCode

denotes classes which contain process logic code

Author:
David Underhill