jruby/docs BETA
Navigation
org.jruby.parser 23
C ArgsTailHolder
C JavaSignatureParser
C NodeExits
C Parser
C ParserConfiguration
C ParserManager
I ParserProvider
C ParserProviderDefault
C ParserServiceLoader
I ParserState
C ParserSyntaxException
E ParserType
C ProductionState
I ReOptions
C RubyParser
C RubyParserBase
C RubyParserResult
C ScopedParserState
C StaticScope
C StaticScopeFactory
C TokenInfo
C YYDebug
C YyTables
RubyParserResult — members 10
F EMPTY_BEGIN_LIST() Node>
C new()
C add_begin_node(node)
M ast() Node
C ast=(ast)
M begin_nodes() Node>
M end_offset() int
C end_offset=(end_offset)
M scope() DynamicScope
C scope=(scope)

org.jruby.parser.RubyParserResult

class 10 members

Constants

constanttypenote
EMPTY_BEGIN_LIST List<Node>

Constructors

new

new ( )
Java: <init>()

Instance Methods

add_begin_node

add_begin_node ( PreExeNode node )
Java: addBeginNode(org.jruby.ast.PreExeNode node)

ast

Node ast ( )
Java: getAST() · also: get_ast

ast=

ast= ( Node ast )
Java: setAST(org.jruby.ast.Node ast) · also: set_ast

Sets the ast.

nametypedescription
astorg.jruby.ast.NodeThe ast to set

begin_nodes

List<Node> begin_nodes ( )
Java: getBeginNodes() · also: get_begin_nodes

end_offset

int end_offset ( )
Java: getEndOffset() · also: get_end_offset

end_offset=

end_offset= ( int end_offset )
Java: setEndOffset(int endOffset) · also: set_end_offset

scope

DynamicScope scope ( )
Java: getScope() · also: get_scope

scope=

scope= ( DynamicScope scope )
Java: setScope(org.jruby.runtime.DynamicScope scope) · also: set_scope