Uses of Enum Class
simula.compiler.syntaxClass.declaration.Declaration.Kind
-
Uses of Declaration.Kind in simula.compiler.syntaxClass.declaration
Modifier and TypeMethodDescriptionstatic Declaration.Kind
Returns the enum constant of this class with the specified name.static Declaration.Kind[]
Declaration.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate void
StandardClass.addStandardProcedure
(Declaration.Kind kind, Type type, String ident) Create and add a new StandardProcedureprivate void
StandardClass.addStandardProcedure
(Declaration.Kind kind, Type type, String ident, Parameter... param) Create and add a new StandardProcedureModifierConstructorDescriptionprivate
BlockDeclaration
(String identifier, Declaration.Kind declarationKind) Create a new BlockDeclaration.protected
ProcedureDeclaration
(String identifier, Declaration.Kind declarationKind) Create a new ProcedureDeclaration.(package private)
StandardProcedure
(DeclarationScope declaredIn, Declaration.Kind kind, Type type, String ident) Create a new StandardProcedure without parameters.(package private)
StandardProcedure
(DeclarationScope declaredIn, Declaration.Kind kind, Type type, String ident, Parameter... param) Create a new StandardProcedure with parameters.