|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.quattor.pan.type.Type
org.quattor.pan.type.BaseType
public abstract class BaseType
Common abstract class for all 'primitive' types in the pan language; that is, types without default values or validation blocks.
| Field Summary |
|---|
| Fields inherited from class org.quattor.pan.type.Type |
|---|
source, sourceRange |
| Constructor Summary | |
|---|---|
BaseType(java.lang.String source,
SourceRange sourceRange)
|
|
| Method Summary | |
|---|---|
static java.util.Map<java.lang.String,FullType> |
getBuiltinTypes()
|
| Methods inherited from class org.quattor.pan.type.Type |
|---|
findDefault, getSource, getSourceRange, setDefaults, toString, validate, validateAsIncludedType, verifySubtypesDefined |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BaseType(java.lang.String source,
SourceRange sourceRange)
| Method Detail |
|---|
public static java.util.Map<java.lang.String,FullType> getBuiltinTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||