class ScaladocJavaUnitParser extends JavaUnitParser
- Source
- ScaladocAnalyzer.scala
- Alphabetic
- By Inheritance
- ScaladocJavaUnitParser
- JavaUnitParser
- JavaParser
- ParserCommon
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ScaladocJavaUnitParser(unit: G.CompilationUnit)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from ScaladocJavaUnitParser to any2stringadd[ScaladocJavaUnitParser] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ScaladocJavaUnitParser, B)
- Implicit
- This member is added by an implicit conversion from ScaladocJavaUnitParser to ArrowAssoc[ScaladocJavaUnitParser] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
accept(token: Int): Int
Consume one token of the specified type, or signal an error if it is not there.
Consume one token of the specified type, or signal an error if it is not there.
- Definition Classes
- JavaParser → ParserCommon
-
def
acceptClosingAngle(): Unit
- Definition Classes
- JavaParser
-
def
addCompanionObject(statics: List[G.Tree], cdef: G.ClassDef): List[G.Tree]
- Definition Classes
- JavaParser
-
def
annotation(): Unit
Annotation ::= TypeName [
(
AnnotationArgument {,
AnnotationArgument})
]Annotation ::= TypeName [
(
AnnotationArgument {,
AnnotationArgument})
]- Definition Classes
- JavaParser
-
def
annotationDecl(mods: G.Modifiers): List[G.Tree]
- Definition Classes
- JavaParser
-
def
annotationParents: collection.immutable.List[G.Select]
- Definition Classes
- JavaParser
-
def
annotations(): List[G.Tree]
- Definition Classes
- JavaParser
-
def
arrayOf(tpt: G.Tree): G.AppliedTypeTree
- Definition Classes
- JavaParser
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
basicType(): G.Tree
- Definition Classes
- JavaParser
-
def
blankExpr: G.EmptyTree.type
- Definition Classes
- JavaParser
-
def
bound(): G.Tree
- Definition Classes
- JavaParser
-
def
classDecl(mods: G.Modifiers): List[G.Tree]
- Definition Classes
- JavaParser
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
compilationUnit(): G.Tree
CompilationUnit ::= [package QualId semi] TopStatSeq
CompilationUnit ::= [package QualId semi] TopStatSeq
- Definition Classes
- JavaParser
-
def
convertToTypeId(tree: G.Tree): G.Tree
Convert (qual)ident to type identifier
Convert (qual)ident to type identifier
- Definition Classes
- JavaParser
-
def
definesInterface(token: Int): Boolean
- Definition Classes
- JavaParser
-
def
deprecationWarning(off: Int, msg: String, since: String): Unit
- Definition Classes
- JavaUnitParser → ParserCommon
-
final
def
dropAnyBraces[T](body: ⇒ T): T
- Definition Classes
- ParserCommon
- Annotations
- @inline()
-
def
ensuring(cond: (ScaladocJavaUnitParser) ⇒ Boolean, msg: ⇒ Any): ScaladocJavaUnitParser
- Implicit
- This member is added by an implicit conversion from ScaladocJavaUnitParser to Ensuring[ScaladocJavaUnitParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ScaladocJavaUnitParser) ⇒ Boolean): ScaladocJavaUnitParser
- Implicit
- This member is added by an implicit conversion from ScaladocJavaUnitParser to Ensuring[ScaladocJavaUnitParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ScaladocJavaUnitParser
- Implicit
- This member is added by an implicit conversion from ScaladocJavaUnitParser to Ensuring[ScaladocJavaUnitParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ScaladocJavaUnitParser
- Implicit
- This member is added by an implicit conversion from ScaladocJavaUnitParser to Ensuring[ScaladocJavaUnitParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
enumConst(enumType: G.Tree): (G.ValDef, Boolean)
- Definition Classes
- JavaParser
-
def
enumDecl(mods: G.Modifiers): List[G.Tree]
- Definition Classes
- JavaParser
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
errorTypeTree: G.TypeTree
- Definition Classes
- JavaParser
-
def
fieldDecls(pos: G.Position, mods: G.Modifiers, tpt: G.Tree, name: G.Name): List[G.Tree]
Parse a sequence of field declarations, separated by commas.
Parse a sequence of field declarations, separated by commas. This one is tricky because a comma might also appear in an initializer. Since we don't parse initializers we don't know what the comma signifies. We solve this with a second list buffer
maybe
which contains potential variable definitions. Once we have reached the end of the statement, we know whether these potential definitions are real or not.- Definition Classes
- JavaParser
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formalParam(): G.ValDef
- Definition Classes
- JavaParser
-
def
formalParams(): List[G.ValDef]
- Definition Classes
- JavaParser
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ScaladocJavaUnitParser to StringFormat[ScaladocJavaUnitParser] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
def
freshName(prefix: String): G.Name
- Definition Classes
- JavaUnitParser → JavaParser
-
def
freshTermName(prefix: String): G.TermName
- Definition Classes
- JavaUnitParser
-
def
freshTypeName(prefix: String): G.TypeName
- Definition Classes
- JavaUnitParser
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
implicit
def
i2p(offset: Int): G.Position
- Definition Classes
- JavaUnitParser → JavaParser
-
def
ident(): G.Name
- Definition Classes
- JavaParser
-
def
identForType(): G.TypeName
- Definition Classes
- JavaParser
-
def
importCompanionObject(cdef: G.ClassDef): G.Tree
- Definition Classes
- JavaParser
-
def
importDecl(): List[G.Tree]
- Definition Classes
- JavaParser
-
val
in: ScaladocJavaUnitScanner
- Definition Classes
- ScaladocJavaUnitParser → JavaUnitParser → JavaParser → ParserCommon
-
final
def
inBraces[T](body: ⇒ T): T
- Definition Classes
- ParserCommon
- Annotations
- @inline()
-
final
def
inBracesOrError[T](body: ⇒ T, alt: T): T
- Definition Classes
- ParserCommon
- Annotations
- @inline()
-
final
def
inBracesOrNil[T](body: ⇒ List[T]): List[T]
- Definition Classes
- ParserCommon
- Annotations
- @inline()
-
final
def
inBracesOrUnit[T](body: ⇒ G.Tree): G.Tree
- Definition Classes
- ParserCommon
- Annotations
- @inline()
-
final
def
inBrackets[T](body: ⇒ T): T
- Definition Classes
- ParserCommon
- Annotations
- @inline()
-
final
def
inParens[T](body: ⇒ T): T
Methods inParensOrError and similar take a second argument which, should the next token not be the expected opener (e.g.
Methods inParensOrError and similar take a second argument which, should the next token not be the expected opener (e.g. LPAREN) will be returned instead of the contents of the groupers. However in all cases accept(LPAREN) will be called, so a parse error will still result. If the grouping is optional, in.token should be tested before calling these methods.
- Definition Classes
- ParserCommon
- Annotations
- @inline()
-
final
def
inParensOrError[T](body: ⇒ T, alt: T): T
- Definition Classes
- ParserCommon
- Annotations
- @inline()
-
final
def
inParensOrNil[T](body: ⇒ List[T]): List[T]
- Definition Classes
- ParserCommon
- Annotations
- @inline()
-
final
def
inParensOrUnit[T](body: ⇒ G.Tree): G.Tree
- Definition Classes
- ParserCommon
- Annotations
- @inline()
-
def
interfaceDecl(mods: G.Modifiers): List[G.Tree]
- Definition Classes
- JavaParser
-
def
interfacesOpt(): List[G.Tree]
- Definition Classes
- JavaParser
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
javaDot(name: G.Name): G.Tree
- Definition Classes
- JavaParser
-
def
javaLangDot(name: G.Name): G.Tree
- Definition Classes
- JavaParser
-
def
javaLangObject(): G.Tree
- Definition Classes
- JavaParser
-
def
joinComment(trees: ⇒ List[G.Tree]): List[G.Tree]
A hook for joining the comment associated with a definition.
A hook for joining the comment associated with a definition. Overridden by scaladoc.
- Definition Classes
- ScaladocJavaUnitParser → JavaParser
-
def
makeCompanionObject(cdef: G.ClassDef, statics: List[G.Tree]): G.Tree
- Definition Classes
- JavaParser
-
def
makeConstructor(formals: List[G.Tree]): G.DefDef
- Definition Classes
- JavaParser
-
def
makePackaging(pkg: G.RefTree, stats: List[G.Tree]): G.PackageDef
- Definition Classes
- JavaParser
-
def
makeParam(name: G.TermName, tpt: G.Tree): G.ValDef
- Definition Classes
- JavaParser
-
def
makeParam(name: String, tpt: G.Tree): G.ValDef
- Definition Classes
- JavaParser
-
final
def
makeParens(body: ⇒ List[G.Tree]): G.Parens
Creates an actual Parens node (only used during parsing.)
Creates an actual Parens node (only used during parsing.)
- Definition Classes
- ParserCommon
- Annotations
- @inline()
-
def
makeSyntheticParam(count: Int, tpt: G.Tree): G.ValDef
- Definition Classes
- JavaParser
-
def
makeTemplate(parents: List[G.Tree], stats: List[G.Tree]): G.Template
- Definition Classes
- JavaParser
-
def
memberDecl(mods: G.Modifiers, parentToken: Int): List[G.Tree]
- Definition Classes
- JavaParser
-
def
methodBody(): G.Tree
- Definition Classes
- JavaParser
-
def
modifiers(inInterface: Boolean): G.Modifiers
- Definition Classes
- JavaParser
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
optArrayBrackets(tpt: G.Tree): G.Tree
- Definition Classes
- JavaParser
-
def
optThrows(): Unit
- Definition Classes
- JavaParser
-
def
parse(): G.Tree
this is the general parse method
this is the general parse method
- Definition Classes
- JavaParser
-
def
qualId(): G.RefTree
- Definition Classes
- JavaParser
-
def
repsep[T <: G.Tree](p: () ⇒ T, sep: Int): List[T]
- Definition Classes
- JavaParser
-
def
skip(): Unit
- Attributes
- protected
- Definition Classes
- JavaParser
-
def
skipAhead(): Unit
skip parent or brace enclosed sequence of things
skip parent or brace enclosed sequence of things
- Definition Classes
- JavaParser
-
def
skipTo(tokens: Int*): Unit
- Definition Classes
- JavaParser
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
syntaxError(pos: Int, msg: String): Unit
- Definition Classes
- JavaUnitParser → JavaParser
-
def
syntaxError(pos: Int, msg: String, skipIt: Boolean): Unit
- Definition Classes
- JavaParser
-
def
syntaxError(msg: String, skipIt: Boolean): Unit
- Definition Classes
- JavaParser
-
def
termDecl(mods: G.Modifiers, parentToken: Int): List[G.Tree]
- Definition Classes
- JavaParser
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
tryLiteral(negate: Boolean = false): Option[G.Constant]
- Definition Classes
- JavaParser
-
def
typ(): G.Tree
- Definition Classes
- JavaParser
-
def
typeArgs(t: G.Tree): G.Tree
- Definition Classes
- JavaParser
-
def
typeBody(leadingToken: Int, parentName: G.Name): (List[G.Tree], List[G.Tree])
- Definition Classes
- JavaParser
-
def
typeBodyDecls(parentToken: Int, parentName: G.Name): (List[G.Tree], List[G.Tree])
- Definition Classes
- JavaParser
-
def
typeDecl(mods: G.Modifiers): List[G.Tree]
- Definition Classes
- JavaParser
-
def
typeParam(): G.TypeDef
- Definition Classes
- JavaParser
-
def
typeParams(): List[G.TypeDef]
- Definition Classes
- JavaParser
-
val
unit: G.CompilationUnit
- Definition Classes
- JavaUnitParser
-
def
varDecl(pos: G.Position, mods: G.Modifiers, tpt: G.Tree, name: G.TermName): G.ValDef
- Definition Classes
- JavaParser
-
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
- @native() @throws( ... )
-
def
warning(pos: Int, msg: String): Unit
- Definition Classes
- JavaUnitParser → JavaParser
-
def
→[B](y: B): (ScaladocJavaUnitParser, B)
- Implicit
- This member is added by an implicit conversion from ScaladocJavaUnitParser to ArrowAssoc[ScaladocJavaUnitParser] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
The Scala compiler and reflection APIs.