Class ProgramClosureImpl
java.lang.Object
tripleo.elijah_durable_congenial.lang.impl.ProgramClosureImpl
- All Implemented Interfaces:
ProgramClosure
- Direct Known Subclasses:
ParserClosureImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull AliasStatementaliasStatement(@NotNull OS_Element aParent) @NotNull ClassStatementclassStatement(@NotNull OS_Element aParent, Context ctx) @NotNull NamespaceStatementnamespaceStatement(OS_Element aParent, Context ctx)
-
Constructor Details
-
ProgramClosureImpl
public ProgramClosureImpl()
-
-
Method Details
-
aliasStatement
- Specified by:
aliasStatementin interfaceProgramClosure
-
classStatement
@NotNull public @NotNull ClassStatement classStatement(@NotNull @NotNull OS_Element aParent, Context ctx) - Specified by:
classStatementin interfaceProgramClosure
-
namespaceStatement
- Specified by:
namespaceStatementin interfaceProgramClosure
-