SyntaxJ
Legacy convenience methods for constructing Syntax objects, for use by extensions written in Java.
Attributes
- Source
- SyntaxJ.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SyntaxJ.type
Members list
Value members
Concrete methods
Returns a Syntax object for commands with no arguments.
Returns a Syntax
for commands with one or more right arguments.
Returns a Syntax
for commands with one or more right arguments.
Value parameters
- right
-
an array of Type flags that are to be to the right of the Primitive
Attributes
- Source
- SyntaxJ.scala
Returns a Syntax
for commands with a variable number of arguments.
Returns a Syntax
for commands with a variable number of arguments.
Value parameters
- dfault
-
the default number of arguments if no parenthesis are used.
- right
-
an array of Type flags that are to be to the right of the primitive
Attributes
- Source
- SyntaxJ.scala
Attributes
- Source
- SyntaxJ.scala
Attributes
- Source
- SyntaxJ.scala
Attributes
- Source
- SyntaxJ.scala
Attributes
- Source
- SyntaxJ.scala
Attributes
- Source
- SyntaxJ.scala
Attributes
- Source
- SyntaxJ.scala
Attributes
- Source
- SyntaxJ.scala
Attributes
- Source
- SyntaxJ.scala
Returns a Syntax
for reporters with no arguments
Returns a Syntax
for reporters with no arguments
Value parameters
- ret
-
the return type
Attributes
- Source
- SyntaxJ.scala
Returns a Syntax
for reporters with infix arguments.
Returns a Syntax
for reporters with infix arguments.
Value parameters
- ret
-
the return type
Attributes
- Source
- SyntaxJ.scala
Returns a Syntax
for reporters with one or more right arguments
Returns a Syntax
for reporters with one or more right arguments
Value parameters
- ret
-
the return type
- right
-
an array of Type flags that are to the be right of the Primitive
Attributes
- Source
- SyntaxJ.scala
Returns a Syntax
for reporters with a variable number of arguments.
Returns a Syntax
for reporters with a variable number of arguments.
Value parameters
- dfault
-
the default number of arguments if no parenthesis are used.
- ret
-
the return type
- right
-
an array of Type flags that are to the be right of the primitive
Attributes
- Source
- SyntaxJ.scala