ua.gradsoft.javachecker.models.expressions
Class JavaTermAssigmentExpressionModel
java.lang.Object
ua.gradsoft.javachecker.models.JavaTermExpressionModel
ua.gradsoft.javachecker.models.expressions.JavaTermAssigmentExpressionModel
- All Implemented Interfaces:
- JavaExpressionModel
public class JavaTermAssigmentExpressionModel
- extends JavaTermExpressionModel
Model of assigment expression
- Author:
- Ruslan Shevchenko
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaTermAssigmentExpressionModel
public JavaTermAssigmentExpressionModel(Term t,
JavaTermStatementModel st,
JavaTypeModel enclosedType)
throws TermWareException
- Throws:
TermWareException
getKind
public JavaExpressionKind getKind()
getType
public JavaTypeModel getType()
throws TermWareException,
EntityNotFoundException
- Throws:
TermWareException
EntityNotFoundException
isType
public boolean isType()
- Description copied from interface:
JavaExpressionModel
- return true, if expression represents type.
getSubExpressions
public java.util.List<JavaExpressionModel> getSubExpressions()
getModelTerm
public Term getModelTerm()
throws TermWareException,
EntityNotFoundException
- AssigmentExpressionModel(left,right,op,ctx)
- Returns:
- model term
- Throws:
TermWareException
EntityNotFoundException
isConstantExpression
public boolean isConstantExpression()
throws TermWareException,
EntityNotFoundException
- Throws:
TermWareException
EntityNotFoundException