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 Object
getDatum()
TemplateScope
getScope()
void
readExternal(ObjectInput in)
String
toString()
void
writeExternal(ObjectOutput out)
-
-
-
Constructor Detail
-
SimpleSyntaxForm
public SimpleSyntaxForm(Object datum, TemplateScope scope)
-
-
Method Detail
-
getDatum
public Object getDatum()
- Specified by:
getDatum
in interfaceSyntaxForm
-
getScope
public TemplateScope getScope()
- Specified by:
getScope
in interfaceSyntaxForm
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
-