boundnames.ast
来自「JDK1.4编译器前端」· AST 代码 · 共 9 行
AST
9 行
// A BoundMethodAccess is a method access that bypasses the normal name binding.// It receives its corresponding declaration explicitly through the constructor.BoundMethodAccess : MethodAccess;// Explicitly bound access that bypasses name bindingBoundFieldAccess : VarAccess ::= <FieldDeclaration:FieldDeclaration>;BoundTypeAccess : TypeAccess ::= <TypeDecl:TypeDecl>;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?