パッケージ coins.ffront

インタフェースの概要
HasConstValue  
Node  
Parser.yyInput must be implemented by a scanner object to supply input to the parser.
 

クラスの概要
ArithIfStmt Arithmetic IF statement
AssignGotoStmt assigned GO TO statement
AssignLabelStmt ASSIGN statement
AssignOrFuncStmt Assignment statement or statement-function defining statement.
BaseManager  
BinaryNode Binary Expression
BlockIfStmt Block IF statement: block_if_part opt_else_if_parts opt_else_part END_IF
CallStmt Call statement
CloseStmt  
CommonManager Manage Common variables Block variables storage image in C union{ struct{ int a; int b; } unit_name_A; struct{ int c; int d; } unit_name_B; } BlockNameA; ...
Complex  
ComplexConstNode Complex constant
ComplexExp Complex expression
ComputedGoto Computed goto statement
ConcatNode Concat Expression
ConstManager Constant manager.
ContinueStmt CONTINUE statement
DeclManager Declaration Manager
DoListNode  
DoubleComplexExp DoubleComplex expression
EndStmt END statement
EntryStmt Entry statement
EntryType  
EquivManager Equivalence values Manager
ExecStmtManager  
F77Hir  
F77Scanner  
F77Sym  
F77TestDriver A FORTRAN compiler driver.
FComplex  
FDouble  
FFloat  
FInteger  
FirList  
FirToHir Main class for Fir to Hir translation
FNumber Constant evaluator
FNumberTest  
FormatStmt only using in parsing.
FortranCharacterExp  
FStmt Super class for all FORTRAN statements
GotoStmt  
HeaderStmt  
HirUtility HIR wrapper class
I77Utils File I77wrapper.java Utility class to use libI77. libI77 is IO library for F2C, distributed at http://www.netlib.org/f2c/index.html To use libI77, follow their notice.
IfStmt IF statement
ImplicitManager Implicit Manager
InquireStmt  
IntrinsicUtility Intrinsic Utility
LabeledDoStmt DO statement of the form DO 10 i = 1, 30 ... 10 ...
OpenStmt  
OtherIOStmt  
Pair  
Parser  
Parser.YyCheckClass  
Parser.YyDefRedClass  
Parser.YyDgotoClass  
Parser.YyGindexClass  
Parser.YyLenClass  
Parser.YyLhsClass  
Parser.YyNameClass  
Parser.YyRindexClass  
Parser.YySindexClass  
Parser.YyTableClass  
PauseStmt Pause statement
PowerNode Powered expression left ** right
ProcessData  
Quad  
ReadStmt  
ReturnStmt RETURN statement
Scanner This class is a scanner generated by JFlex 1.4.1 on 04/11/16 11:07 from the specification file D:/ko1/coins/coins-0.10.2/src/coins/ffront/f77k.lex
StmtFuncParamType Statement-function-parameter type
StmtFuncType Statement-function type
StopStmt STOP statement
SubscrOrFunCallNode Subscripted variable reference or function call
SubstringNode  
Token  
Triple  
TypeUtility  
UnaryNode  
UnLabeledDoStmt  
WriteStmt WRITE statement WRITE '(' ci_list ')' opt_io_list Currently, ci_list must be list of two '*'s, and opt_io_list must be list of variables.
 

例外の概要
Parser.yyException thrown for irrecoverable syntax errors and stack overflow.