Package kawa.lang
Class SyntaxForms.SimpleSyntaxForm
- java.lang.Object
-
- kawa.lang.SyntaxForms.SimpleSyntaxForm
-
- All Implemented Interfaces:
Externalizable,Serializable,SyntaxForm
- Enclosing class:
- SyntaxForms
public static class SyntaxForms.SimpleSyntaxForm extends Object implements SyntaxForm, Externalizable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleSyntaxForm(Object datum, TemplateScope scope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetDatum()TemplateScopegetScope()voidreadExternal(ObjectInput in)StringtoString()voidwriteExternal(ObjectOutput out)
-
-
-
Constructor Detail
-
SimpleSyntaxForm
public SimpleSyntaxForm(Object datum, TemplateScope scope)
-
-
Method Detail
-
getDatum
public Object getDatum()
- Specified by:
getDatumin interfaceSyntaxForm
-
getScope
public TemplateScope getScope()
- Specified by:
getScopein interfaceSyntaxForm
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
-