public class ValidationTargetAst extends ASTNodeImpl
Constructor and Description |
---|
ValidationTargetAst(ASTNode node,
RecordType recordType,
QIDAst recordTypeAst,
IdentifierAst fieldAst)
Constructs a validation target.
|
Modifier and Type | Method and Description |
---|---|
IdentifierAst |
getFieldAst() |
String |
getFieldName() |
RecordType |
getRecordType() |
QIDAst |
getRecordTypeAst() |
Type |
getTargetType() |
getFullText, getLine, getNodeText, getText, toString
contains, getBeginIndex, getEndIndex, getLength
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
contains, getBeginIndex, getEndIndex, getLength
public ValidationTargetAst(ASTNode node, RecordType recordType, QIDAst recordTypeAst, IdentifierAst fieldAst)
node
- recordTypeAst
- fieldAst
- recordType
- public QIDAst getRecordTypeAst()
public RecordType getRecordType()
null
public IdentifierAst getFieldAst()
public String getFieldName()
null
public Type getTargetType()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.