org
.
chelona
.
TurtleAST
ASTInteger
Related Doc:
package TurtleAST
case class
ASTInteger
(
token:
String
)
extends
TurtleAST
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
TurtleAST
,
RDFASTType
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
ASTInteger
Serializable
Serializable
Product
Equals
TurtleAST
RDFASTType
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
ASTInteger
(
token:
String
)
Type Members
case class
ASTAnon
(
token:
String
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTBase
(
iri:
TurtleAST
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTBlankNode
(
rule:
TurtleAST
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTBlankNodeLabel
(
token:
String
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTBlankNodePropertyList
(
rule:
TurtleAST
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTBlankNodeTriples
(
blankNodePropertyList:
TurtleAST
,
predicateObjectList:
Option
[
TurtleAST
]
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTBooleanLiteral
(
token:
String
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTCollection
(
rule:
Seq
[
TurtleAST
]
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTComment
(
token:
String
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTDecimal
(
token:
String
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTDirective
(
rule:
TurtleAST
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTDouble
(
token:
String
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTInteger
(
token:
String
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTIri
(
rule:
TurtleAST
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTIriRef
(
token:
String
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTIsA
(
token:
String
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTLangTag
(
token:
String
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTLiteral
(
rule:
TurtleAST
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTNumericLiteral
(
rule:
TurtleAST
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTObject
(
rule:
TurtleAST
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTObjectList
(
rule:
Seq
[
TurtleAST
]
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTPNLocal
(
token:
String
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTPNPrefix
(
token:
String
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTPNameLN
(
namespace:
TurtleAST
,
local:
TurtleAST
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTPNameNS
(
rule:
Option
[
TurtleAST
]
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTPo
(
verb:
TurtleAST
,
obj:
TurtleAST
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTPredicate
(
rule:
TurtleAST
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTPredicateObjectList
(
predicateObjectList:
Seq
[
TurtleAST
]
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTPrefixID
(
namespace:
TurtleAST
,
iri:
TurtleAST
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTPrefixedName
(
rule:
TurtleAST
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTRdfLiteral
(
string:
TurtleAST
,
postfix:
Option
[
TurtleAST
]
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTSparqlBase
(
iri:
TurtleAST
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTSparqlPrefix
(
namespace:
TurtleAST
,
iri:
TurtleAST
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTStatement
(
rule:
TurtleAST
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTString
(
rule:
TurtleAST
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTStringLiteralLongQuote
(
token:
String
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTStringLiteralLongSingleQuote
(
token:
String
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTStringLiteralQuote
(
token:
String
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTStringLiteralSingleQuote
(
token:
String
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTSubject
(
rule:
TurtleAST
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTTriples
(
subject:
TurtleAST
,
predicateObjectList:
TurtleAST
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTTurtleDoc
(
rule:
TurtleAST
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
case class
ASTVerb
(
rule:
TurtleAST
)
extends
TurtleAST
with
Product
with
Serializable
Definition Classes
TurtleAST
type
TurtleType
=
TurtleAST
Definition Classes
TurtleAST
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
token
:
String
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
TurtleAST
Inherited from
RDFASTType
Inherited from
AnyRef
Inherited from
Any
Ungrouped