Uses of Enum Class
simula.compiler.syntaxClass.declaration.Parameter.Kind
Package
Description
Simula Compiler Declarations.
Simula Compiler Expressions.
-
Uses of Parameter.Kind in simula.compiler.syntaxClass.declaration
Modifier and TypeMethodDescriptionstatic Parameter.Kind
Returns the enum constant of this class with the specified name.static Parameter.Kind[]
Parameter.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate static Parameter
StandardClass.parameter
(String ident, Parameter.Kind kind, Parameter.Mode mode, Type type) Create a new Parameterprivate static Parameter
StandardClass.parameter
(String ident, Type type, Parameter.Kind kind) Create a new Parameterprivate static Parameter
StandardClass.parameter
(String ident, Type type, Parameter.Kind kind, int nDim) Create a new Parameter(package private) void
Parameter.setTypeAndKind
(Type type, Parameter.Kind kind) Utility: Set new type and kind.ModifierConstructorDescription(package private)
Parameter
(String identifier, Type type, Parameter.Kind kind) Create a new Parameter.Parameter
(String identifier, Type type, Parameter.Kind kind, int nDim) Create a new Parameter. -
Uses of Parameter.Kind in simula.compiler.syntaxClass.expression
Modifier and TypeMethodDescriptionprivate static String
CallProcedure.doParameterTransmition
(Type formalType, Parameter.Kind kind, Parameter.Mode mode, Expression apar) Coding Utility: Edit parameter transmission,