public class ValidationTargetAst extends Object
Constructor and Description |
---|
ValidationTargetAst(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() |
public ValidationTargetAst(RecordType recordType, QIDAst recordTypeAst, IdentifierAst fieldAst)
recordTypeAst
- fieldAst
- recordType
- public QIDAst getRecordTypeAst()
public RecordType getRecordType()
null
public IdentifierAst getFieldAst()
public String getFieldName()
null
public Type getTargetType()
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.