Serialized Form


Package org.jrubyparser

Class org.jrubyparser.BlockStaticScope extends StaticScope implements Serializable

serialVersionUID: -3882063260379968149L

Class org.jrubyparser.LocalStaticScope extends StaticScope implements Serializable

serialVersionUID: 2204064248888411628L

Class org.jrubyparser.SourcePosition extends Object implements Serializable

serialVersionUID: 3762529027281400377L

Serialized Fields

file

String file

startLine

int startLine

endLine

int endLine

startOffset

int startOffset

endOffset

int endOffset

Class org.jrubyparser.StaticScope extends Object implements Serializable

serialVersionUID: 4843861446986961013L

Serialized Fields

enclosingScope

StaticScope enclosingScope

previousCRefScope

StaticScope previousCRefScope

variableNames

String[] variableNames

variableCaptured

boolean[] variableCaptured

isArgumentScope

boolean isArgumentScope

Package org.jrubyparser.lexer

Class org.jrubyparser.lexer.StringTerm.UnterminatedStringException extends SyntaxException implements Serializable

Class org.jrubyparser.lexer.SyntaxException extends RuntimeException implements Serializable

serialVersionUID: -2130930815167932274L

Serialized Fields

position

SourcePosition position

pid

SyntaxException.PID pid



Copyright © 2013. All Rights Reserved.